mirror of
https://github.com/YACReader/yacreader
synced 2025-12-23 17:43:14 -05:00
Implemented InfoRating interaction and value.
This commit is contained in:
@ -105,6 +105,7 @@ Rectangle {
|
||||
InfoRating {
|
||||
Layout.alignment: Qt.AlignTop
|
||||
Layout.rightMargin: 30
|
||||
rating: comicInfo.rating
|
||||
}
|
||||
|
||||
visible: mainContainer.compact
|
||||
@ -146,6 +147,7 @@ Rectangle {
|
||||
InfoRating {
|
||||
Layout.alignment: Qt.AlignTop
|
||||
Layout.rightMargin: 30
|
||||
rating: comicInfo.rating
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user