aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorkenshi84 <kenshi84@protonmail.ch>2017-07-04 12:34:09 +0900
committerkenshi84 <kenshi84@protonmail.ch>2018-01-13 14:37:07 +0900
commitcee0474e375a70d55200209bfa2387fd5242dd8f (patch)
tree66c029e1bda47e02c01de77180b0579a06fc7bd8 /MiddlePanel.qml
parent3b069ec04908f76b8244a96124ce9619c0b0300d (diff)
downloadmonzero-gui-cee0474e375a70d55200209bfa2387fd5242dd8f.tar.gz
monzero-gui-cee0474e375a70d55200209bfa2387fd5242dd8f.tar.xz
monzero-gui-cee0474e375a70d55200209bfa2387fd5242dd8f.zip
Subaddresses minimal version: supports default account only
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 845092a6..9c1096f6 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -112,7 +112,7 @@ Rectangle {
}, State {
name: "Receive"
PropertyChanges { target: root; currentView: receiveView }
- PropertyChanges { target: mainFlickable; contentHeight: minHeight }
+ PropertyChanges { target: mainFlickable; contentHeight: 1000 * scaleRatio }
}, State {
name: "TxKey"
PropertyChanges { target: root; currentView: txkeyView }