mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 05:21:58 +00:00
fix: add/remove account modal positioning is wrong
A small regression from porting StatusModal to StatusDialog Fixes #10913
This commit is contained in:
parent
dc9193424f
commit
ee9db6a302
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user