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…
Reference in New Issue