diff options
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 6 |
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 } } ] |
