keys: dynamic panel height and qrcode is no longer clipped

This commit is contained in:
mmbyday
2018-11-29 00:42:13 -08:00
parent 45781ab4a1
commit b9c7d8d7b1
2 changed files with 2 additions and 1 deletions

View File

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