fix(SwapModal): Fixing the modal height
This commit is contained in:
parent
b4a9df62e2
commit
d1053be5f0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue