Convert option button into add account button
Temporary
This commit is contained in:
parent
db3a9efe8a
commit
2ce45e8059
1
src/icons/add-account.svg
Normal file
1
src/icons/add-account.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z"/></svg>
|
After Width: | Height: | Size: 143 B |
|
@ -13,9 +13,11 @@ HRowLayout {
|
||||||
Layout.preferredHeight: theme.baseElementsHeight
|
Layout.preferredHeight: theme.baseElementsHeight
|
||||||
|
|
||||||
HUIButton {
|
HUIButton {
|
||||||
iconName: "settings"
|
iconName: "add-account"
|
||||||
backgroundColor: theme.sidePane.settingsButton.background
|
backgroundColor: theme.sidePane.settingsButton.background
|
||||||
Layout.preferredHeight: parent.height
|
Layout.preferredHeight: parent.height
|
||||||
|
|
||||||
|
onClicked: pageStack.showPage("SignIn")
|
||||||
}
|
}
|
||||||
|
|
||||||
HTextField {
|
HTextField {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user