aboutsummaryrefslogtreecommitdiff
path: root/pages/Keys.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 /pages/Keys.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 'pages/Keys.qml')
-rw-r--r--pages/Keys.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/Keys.qml b/pages/Keys.qml
index b792a8e2..93b33a5a 100644
--- a/pages/Keys.qml
+++ b/pages/Keys.qml
@@ -40,6 +40,7 @@ import "." 1.0
Rectangle {
property bool viewOnly: false
id: page
+ property int keysHeight: mainLayout.height + 100 * scaleRatio // Ensure sufficient height for QR code, even in minimum width window case.
color: "transparent"