From 9c668c79d1a41781b1e6fac486b4f98da30fe937 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Thu, 4 Jun 2020 15:55:05 -0400 Subject: [PATCH] fix generate button position --- ui/app/AppLayouts/Wallet/Components/GenerateAccountModal.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/app/AppLayouts/Wallet/Components/GenerateAccountModal.qml b/ui/app/AppLayouts/Wallet/Components/GenerateAccountModal.qml index 5c034d0d68..d42c01ab35 100644 --- a/ui/app/AppLayouts/Wallet/Components/GenerateAccountModal.qml +++ b/ui/app/AppLayouts/Wallet/Components/GenerateAccountModal.qml @@ -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 === ""