Fix button icon position
This commit is contained in:
		@@ -52,8 +52,6 @@ Button {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        HIcon {
 | 
					        HIcon {
 | 
				
			||||||
            id: ico
 | 
					            id: ico
 | 
				
			||||||
            x: button.leftPadding
 | 
					 | 
				
			||||||
            y: button.topPadding + button.availableHeight / 2 - height / 2
 | 
					 | 
				
			||||||
            svgName: loading ? "hourglass" : iconName
 | 
					            svgName: loading ? "hourglass" : iconName
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            Layout.fillHeight: true
 | 
					            Layout.fillHeight: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user