fix(SwapModal): Fixing the modal height

This commit is contained in:
Alex Jbanca 2024-06-20 17:32:56 +03:00 committed by Alex Jbanca
parent b4a9df62e2
commit d1053be5f0

View File

@ -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 {