forked from Public/monero-gui
Account/Receive: update design
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user