From ee9db6a3024780c8fcfa4f7687af18b800f4ebd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Mon, 5 Jun 2023 12:26:32 +0200 Subject: [PATCH] fix: add/remove account modal positioning is wrong A small regression from porting StatusModal to StatusDialog Fixes #10913 --- ui/app/AppLayouts/Wallet/views/LeftTabView.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/app/AppLayouts/Wallet/views/LeftTabView.qml b/ui/app/AppLayouts/Wallet/views/LeftTabView.qml index eabfd2a56b..288e12b0fa 100644 --- a/ui/app/AppLayouts/Wallet/views/LeftTabView.qml +++ b/ui/app/AppLayouts/Wallet/views/LeftTabView.qml @@ -55,7 +55,6 @@ Rectangle { sourceComponent: AddAccountPopup { store.emojiPopup: root.emojiPopup store.addAccountModule: walletSection.addAccountModule - anchors.centerIn: parent } onLoaded: { @@ -94,9 +93,6 @@ Rectangle { property string accountDerivationPath sourceComponent: RemoveAccountConfirmationPopup { - anchors.centerIn: parent - width: 400 - simple: removeAccountConfirmation.simple accountName: removeAccountConfirmation.accountName accountAddress: removeAccountConfirmation.accountAddress