Convert option button into add account button

Temporary
This commit is contained in:
miruka 2019-07-19 00:22:31 -04:00
parent db3a9efe8a
commit 2ce45e8059
2 changed files with 4 additions and 1 deletions

View 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

View File

@ -13,9 +13,11 @@ HRowLayout {
Layout.preferredHeight: theme.baseElementsHeight
HUIButton {
iconName: "settings"
iconName: "add-account"
backgroundColor: theme.sidePane.settingsButton.background
Layout.preferredHeight: parent.height
onClicked: pageStack.showPage("SignIn")
}
HTextField {