fix generate button position
This commit is contained in:
parent
3bab66fde9
commit
9c668c79d1
|
@ -50,6 +50,10 @@ ModalPopup {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer: StyledButton {
|
footer: StyledButton {
|
||||||
|
anchors.top: parent.top
|
||||||
|
anchors.topMargin: Theme.padding
|
||||||
|
anchors.right: parent.right
|
||||||
|
anchors.rightMargin: Theme.padding
|
||||||
label: "Add account >"
|
label: "Add account >"
|
||||||
|
|
||||||
disabled: passwordInput.text === "" && accountNameInput === ""
|
disabled: passwordInput.text === "" && accountNameInput === ""
|
||||||
|
|
Loading…
Reference in New Issue