aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-04-16 11:09:46 +0200
committerselsta <selsta@sent.at>2019-04-25 22:36:02 +0200
commit74dbe8bfcbd241d9e13e1048f1a20b757a9e5bbb (patch)
treec87b53b78f800b774ae21458b039811ed2524bb8 /MiddlePanel.qml
parent9ce7c865581c17d047f52333e73b312407155be9 (diff)
downloadmonzero-gui-74dbe8bfcbd241d9e13e1048f1a20b757a9e5bbb.tar.gz
monzero-gui-74dbe8bfcbd241d9e13e1048f1a20b757a9e5bbb.tar.xz
monzero-gui-74dbe8bfcbd241d9e13e1048f1a20b757a9e5bbb.zip
Account/Receive: update design
Diffstat (limited to 'MiddlePanel.qml')
-rw-r--r--MiddlePanel.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index 932c95f6..db49aa29 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -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 }
}
]