Increase sign in login method icons size
This commit is contained in:
@@ -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