mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix comicRating possition after context menu workaround
This commit is contained in:
parent
1cd33197cc
commit
1c4eb4d1c6
@ -346,13 +346,13 @@ Rectangle {
|
||||
|
||||
//rating icon
|
||||
RatingContextMenu {
|
||||
|
||||
id: ratingContextMenu
|
||||
}
|
||||
|
||||
//comic rating
|
||||
Text {
|
||||
id: comicRating
|
||||
anchors {bottom: realCell.bottom; right: ratingImage.left; margins: 4}
|
||||
anchors {bottom: realCell.bottom; right: ratingContextMenu.left; margins: 4}
|
||||
text: rating>0?rating:"-"
|
||||
color: textColor
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user