mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
Use parent instead of id
This commit is contained in:
parent
24ad06e839
commit
8d0beee195
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user