Keys page height fix

pull/2/head
Jaquee 7 years ago
parent a72a76d3e6
commit 2d357b6c12

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