diff --git a/ui/app/AppLayouts/Wallet/SendModal.qml b/ui/app/AppLayouts/Wallet/SendModal.qml index edecc0a8aa..bfd2e12c19 100644 --- a/ui/app/AppLayouts/Wallet/SendModal.qml +++ b/ui/app/AppLayouts/Wallet/SendModal.qml @@ -15,7 +15,7 @@ ModalPopup { //% "Send" title: qsTrId("command-button-send") - height: 504 + height: 540 property MessageDialog sendingError: MessageDialog { id: sendingError @@ -156,8 +156,8 @@ ModalPopup { } GasValidator { id: gasValidator - anchors.bottom: parent.bottom - anchors.bottomMargin: 8 + anchors.top: gasSelector.bottom + anchors.topMargin: 8 selectedAccount: selectFromAccount.selectedAccount selectedAmount: parseFloat(txtAmount.selectedAmount) selectedAsset: txtAmount.selectedAsset