Keys page height fix

This commit is contained in:
Jaquee 2017-11-02 07:52:56 +01:00
parent a72a76d3e6
commit 2d357b6c12

View File

@ -135,7 +135,7 @@ Rectangle {
}, State { }, State {
name: "Keys" name: "Keys"
PropertyChanges { target: root; currentView: keysView } PropertyChanges { target: root; currentView: keysView }
PropertyChanges { target: mainFlickable; contentHeight: minHeight } PropertyChanges { target: mainFlickable; contentHeight: minHeight + 200 * scaleRatio }
} }
] ]