aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authormmbyday <bromark@protonmail.com>2018-11-29 00:42:13 -0800
committermmbyday <bromark@protonmail.com>2018-11-30 01:42:44 +0200
commitb9c7d8d7b1aff13a2e2ed71751b2a89da1bcfcae (patch)
treebaadd3b3c1dc70bc440f1f1343ccc58db5ac72ea /MiddlePanel.qml
parent45781ab4a173fe0a747ed72140e10d18765b007e (diff)
downloadmonzero-gui-b9c7d8d7b1aff13a2e2ed71751b2a89da1bcfcae.tar.gz
monzero-gui-b9c7d8d7b1aff13a2e2ed71751b2a89da1bcfcae.tar.xz
monzero-gui-b9c7d8d7b1aff13a2e2ed71751b2a89da1bcfcae.zip
keys: dynamic panel height and qrcode is no longer clipped
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 1b1a4a83..7a2dff31 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -150,7 +150,7 @@ Rectangle {
}, State {
name: "Keys"
PropertyChanges { target: root; currentView: keysView }
- PropertyChanges { target: mainFlickable; contentHeight: minHeight + 200 * scaleRatio }
+ PropertyChanges { target: mainFlickable; contentHeight: keysView.keysHeight }
}
]