Account/Receive: update design

This commit is contained in:
selsta
2019-04-16 11:09:46 +02:00
parent 9ce7c86558
commit 74dbe8bfcb
4 changed files with 78 additions and 60 deletions

View File

@@ -167,9 +167,9 @@ Rectangle {
PropertyChanges { target: root; currentView: keysView }
PropertyChanges { target: mainFlickable; contentHeight: keysView.keysHeight }
}, State {
name: "Account"
PropertyChanges { target: root; currentView: accountView }
PropertyChanges { target: mainFlickable; contentHeight: minHeight }
name: "Account"
PropertyChanges { target: root; currentView: accountView }
PropertyChanges { target: mainFlickable; contentHeight: accountView.accountHeight + 100 }
}
]