mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -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
|
//rating icon
|
||||||
RatingContextMenu {
|
RatingContextMenu {
|
||||||
|
id: ratingContextMenu
|
||||||
}
|
}
|
||||||
|
|
||||||
//comic rating
|
//comic rating
|
||||||
Text {
|
Text {
|
||||||
id: comicRating
|
id: comicRating
|
||||||
anchors {bottom: realCell.bottom; right: ratingImage.left; margins: 4}
|
anchors {bottom: realCell.bottom; right: ratingContextMenu.left; margins: 4}
|
||||||
text: rating>0?rating:"-"
|
text: rating>0?rating:"-"
|
||||||
color: textColor
|
color: textColor
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user