mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04: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