Increase sign in login method icons size
This commit is contained in:
		
							
								
								
									
										3
									
								
								TODO.md
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								TODO.md
									
									
									
									
									
								
							@@ -1,4 +1,7 @@
 | 
			
		||||
- Refactoring
 | 
			
		||||
  - Repair timer/connection
 | 
			
		||||
  - Repair filter members field and retest its performance
 | 
			
		||||
 | 
			
		||||
  - Use HInterfaceBox for EditAccount Profile and Encryption 
 | 
			
		||||
 | 
			
		||||
  - Make all icon SVG files white/black, since we can now use ColorOverlay
 | 
			
		||||
 
 | 
			
		||||
@@ -55,6 +55,8 @@ Button {
 | 
			
		||||
            x: button.leftPadding
 | 
			
		||||
            y: button.topPadding + button.availableHeight / 2 - height / 2
 | 
			
		||||
            svgName: loading ? "hourglass" : iconName
 | 
			
		||||
 | 
			
		||||
            Layout.fillHeight: true
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        HLabel {
 | 
			
		||||
@@ -66,6 +68,7 @@ Button {
 | 
			
		||||
            verticalAlignment: Text.AlignVCenter
 | 
			
		||||
 | 
			
		||||
            Layout.fillWidth: true
 | 
			
		||||
            Layout.fillHeight: true
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -64,6 +64,7 @@ HPage {
 | 
			
		||||
 | 
			
		||||
                HButton {
 | 
			
		||||
                    iconName: modelData
 | 
			
		||||
                    ico.dimension: 24
 | 
			
		||||
                    circle: true
 | 
			
		||||
                    checked: loginWith == modelData
 | 
			
		||||
                    enabled: modelData == "username"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user