diff options
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/Keys.qml | 1 |
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" |
