From d1053be5f09c921499c5ec8304a21d964db3a82c Mon Sep 17 00:00:00 2001 From: Alex Jbanca Date: Thu, 20 Jun 2024 17:32:56 +0300 Subject: [PATCH] fix(SwapModal): Fixing the modal height --- ui/app/AppLayouts/Wallet/popups/swap/SwapModal.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Wallet/popups/swap/SwapModal.qml b/ui/app/AppLayouts/Wallet/popups/swap/SwapModal.qml index df012658e..b6d1b0b3d 100644 --- a/ui/app/AppLayouts/Wallet/popups/swap/SwapModal.qml +++ b/ui/app/AppLayouts/Wallet/popups/swap/SwapModal.qml @@ -70,7 +70,8 @@ StatusDialog { onClosed: root.swapAdaptor.reset() header: Item { - height: selector.height + implicitHeight: selector.implicitHeight + implicitWidth: selector.implicitWidth anchors.top: parent.top anchors.topMargin: -height - 18 AccountSelectorHeader {