fix: fix add account button that was positioned absolutely

This commit is contained in:
Jonathan Rainville 2020-06-25 11:09:44 -04:00 committed by Iuri Matias
parent 89da127468
commit 6cf5468920
1 changed files with 7 additions and 1 deletions

View File

@ -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 {