fix generate button position

This commit is contained in:
Jonathan Rainville 2020-06-04 15:55:05 -04:00 committed by Iuri Matias
parent 3bab66fde9
commit 9c668c79d1
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ ModalPopup {
}
footer: StyledButton {
anchors.top: parent.top
anchors.topMargin: Theme.padding
anchors.right: parent.right
anchors.rightMargin: Theme.padding
label: "Add account >"
disabled: passwordInput.text === "" && accountNameInput === ""