Increase sign in login method icons size

This commit is contained in:
miruka 2019-08-21 04:43:37 -04:00
parent 46e685847f
commit bdf7a63e6f
3 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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
}
}
}

View File

@ -64,6 +64,7 @@ HPage {
HButton {
iconName: modelData
ico.dimension: 24
circle: true
checked: loginWith == modelData
enabled: modelData == "username"