diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-21 23:56:53 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:03 +0100 |
| commit | 6e794e3c50a5063d79cfe47a69d36d8005568921 (patch) | |
| tree | bb3f5aa0e64c54d3e17487a854a5bf5d8619a165 /MiddlePanel.qml | |
| parent | 7c0f704fbd9db39c0ae88349212cf19389b4f07e (diff) | |
| download | monzero-gui-6e794e3c50a5063d79cfe47a69d36d8005568921.tar.gz monzero-gui-6e794e3c50a5063d79cfe47a69d36d8005568921.tar.xz monzero-gui-6e794e3c50a5063d79cfe47a69d36d8005568921.zip | |
Redoing the Sign/Verify page
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index f5a4d285..680372c0 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -136,7 +136,7 @@ Rectangle { }, State { name: "Sign" PropertyChanges { target: root; currentView: signView } - PropertyChanges { target: mainFlickable; contentHeight: minHeight } + PropertyChanges { target: mainFlickable; contentHeight: 1200 * scaleRatio } }, State { name: "Settings" PropertyChanges { target: root; currentView: settingsView } |
