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 {