mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 01:38:00 +00:00
fix: fix add account button that was positioned absolutely
This commit is contained in:
parent
89da127468
commit
6cf5468920
@ -76,7 +76,13 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
AddAccount { x: 288 ;y: 59}
|
||||
AddAccount {
|
||||
anchors.topMargin: 3
|
||||
anchors.top: walletValueTextContainer.top
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: Theme.padding
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
|
Loading…
x
Reference in New Issue
Block a user