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 } } ]