Fix comicRating possition after context menu workaround

This commit is contained in:
Luis Ángel San Martín 2018-05-25 19:31:32 +02:00
parent 1cd33197cc
commit 1c4eb4d1c6

View File

@ -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
}