Use parent instead of id

This commit is contained in:
Luis Ángel San Martín 2022-01-19 18:29:09 +01:00
parent 24ad06e839
commit 8d0beee195

View File

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