mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-31 08:14:29 -04:00 
			
		
		
		
	Use parent instead of id
This commit is contained in:
		| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user