aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-19 23:30:34 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:03 +0100
commit499419a23cd5553cc6295127b67af5744e79c379 (patch)
tree464bec51fd37457c1b3605a865101fd6cba6d106 /MiddlePanel.qml
parent30bf765b7554f6cabfa6fa7c09497e102e183d37 (diff)
downloadmonzero-gui-499419a23cd5553cc6295127b67af5744e79c379.tar.gz
monzero-gui-499419a23cd5553cc6295127b67af5744e79c379.tar.xz
monzero-gui-499419a23cd5553cc6295127b67af5744e79c379.zip
Redesigned txkey/sign pages
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 62d1946c..c9bb874c 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -124,7 +124,7 @@ Rectangle {
}, State {
name: "TxKey"
PropertyChanges { target: root; currentView: txkeyView }
- PropertyChanges { target: mainFlickable; contentHeight: minHeight }
+ PropertyChanges { target: mainFlickable; contentHeight: 1000 * scaleRatio }
}, State {
name: "SharedRingDB"
PropertyChanges { target: root; currentView: sharedringdbView }