From 2d357b6c120d925ac3b9209ab3c8feb05b918f94 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Thu, 2 Nov 2017 07:52:56 +0100 Subject: [PATCH] Keys page height fix --- MiddlePanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MiddlePanel.qml b/MiddlePanel.qml index f8a1d2df..a008a62a 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -135,7 +135,7 @@ Rectangle { }, State { name: "Keys" PropertyChanges { target: root; currentView: keysView } - PropertyChanges { target: mainFlickable; contentHeight: minHeight } + PropertyChanges { target: mainFlickable; contentHeight: minHeight + 200 * scaleRatio } } ]