aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-12-01 12:59:34 -0600
committerluigi1111 <luigi1111w@gmail.com>2018-12-01 12:59:34 -0600
commitdcddaad2be0a9405b8cc29dff7b54081c167beef (patch)
treee24efcaa8f36b08c0d2aaf5008492a98cc7d60f5 /pages
parentf5c428b546b4b2d46b2181f765ca6f3ef5f75ef4 (diff)
parentb9c7d8d7b1aff13a2e2ed71751b2a89da1bcfcae (diff)
downloadmonzero-gui-dcddaad2be0a9405b8cc29dff7b54081c167beef.tar.gz
monzero-gui-dcddaad2be0a9405b8cc29dff7b54081c167beef.tar.xz
monzero-gui-dcddaad2be0a9405b8cc29dff7b54081c167beef.zip
Merge pull request #1762
b9c7d8d keys: dynamic panel height and qrcode is no longer clipped (mmbyday)
Diffstat (limited to 'pages')
-rw-r--r--pages/Keys.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/Keys.qml b/pages/Keys.qml
index d1eb67a4..4a7cca44 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"