mirror of
				https://github.com/YACReader/yacreader
				synced 2025-11-03 16:54:39 -05: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