From 8d0beee195505acc7c1f888ee2481a3c42444665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 19 Jan 2022 18:29:09 +0100 Subject: [PATCH] Use parent instead of id --- YACReaderLibrary/qml/GridComicsView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/qml/GridComicsView.qml b/YACReaderLibrary/qml/GridComicsView.qml index f7eb103c..a2921723 100644 --- a/YACReaderLibrary/qml/GridComicsView.qml +++ b/YACReaderLibrary/qml/GridComicsView.qml @@ -481,7 +481,7 @@ Rectangle { anchors.bottomMargin: 15 anchors.rightMargin: 15 horizontalAlignment: Image.AlignLeft - anchors {horizontalCenter: parent.horizontalCenter; top: realCell.top; topMargin: 0} + anchors {horizontalCenter: parent.horizontalCenter; top: parent.top; topMargin: 0} source: comicsList.getCoverUrlPathForComicHash(currentComicInfo.hash.toString()) fillMode: Image.PreserveAspectFit smooth: true