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