mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 13:32:22 +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 {
|
sourceComponent: AddAccountPopup {
|
||||||
store.emojiPopup: root.emojiPopup
|
store.emojiPopup: root.emojiPopup
|
||||||
store.addAccountModule: walletSection.addAccountModule
|
store.addAccountModule: walletSection.addAccountModule
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onLoaded: {
|
onLoaded: {
|
||||||
@ -94,9 +93,6 @@ Rectangle {
|
|||||||
property string accountDerivationPath
|
property string accountDerivationPath
|
||||||
|
|
||||||
sourceComponent: RemoveAccountConfirmationPopup {
|
sourceComponent: RemoveAccountConfirmationPopup {
|
||||||
anchors.centerIn: parent
|
|
||||||
width: 400
|
|
||||||
|
|
||||||
simple: removeAccountConfirmation.simple
|
simple: removeAccountConfirmation.simple
|
||||||
accountName: removeAccountConfirmation.accountName
|
accountName: removeAccountConfirmation.accountName
|
||||||
accountAddress: removeAccountConfirmation.accountAddress
|
accountAddress: removeAccountConfirmation.accountAddress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user