diff --git a/YACReaderLibrary/qml/GridComicsView.qml b/YACReaderLibrary/qml/GridComicsView.qml index b000c95e..8067df12 100644 --- a/YACReaderLibrary/qml/GridComicsView.qml +++ b/YACReaderLibrary/qml/GridComicsView.qml @@ -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 }