aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-21 23:56:53 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:03 +0100
commit6e794e3c50a5063d79cfe47a69d36d8005568921 (patch)
treebb3f5aa0e64c54d3e17487a854a5bf5d8619a165 /MiddlePanel.qml
parent7c0f704fbd9db39c0ae88349212cf19389b4f07e (diff)
downloadmonzero-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.qml2
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 }