mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 18:37:26 -04:00
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