aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-12-26 16:01:33 -0600
committerluigi1111 <luigi1111w@gmail.com>2018-12-26 16:01:33 -0600
commita2a475498238dd87489171a922b2c17489e82c88 (patch)
tree9554796eb7caf14db8590f8d797d02fed7c53518 /MiddlePanel.qml
parent002c800ee82bc84c3caa5afc31e84ea0d33c0204 (diff)
parent7708b09ea22c71a5458ac91c19ff7a725ea3183e (diff)
downloadmonzero-gui-a2a475498238dd87489171a922b2c17489e82c88.tar.gz
monzero-gui-a2a475498238dd87489171a922b2c17489e82c88.tar.xz
monzero-gui-a2a475498238dd87489171a922b2c17489e82c88.zip
Merge pull request #1826
7708b09 Sign: redesign page with message/file toggle (mmbyday)
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 f5a9a66a..d47e3685 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -138,7 +138,7 @@ Rectangle {
}, State {
name: "Sign"
PropertyChanges { target: root; currentView: signView }
- PropertyChanges { target: mainFlickable; contentHeight: 1200 * scaleRatio }
+ PropertyChanges { target: mainFlickable; contentHeight: 1000 * scaleRatio }
}, State {
name: "Settings"
PropertyChanges { target: root; currentView: settingsView }