revisions and cross-compile cache note

This commit is contained in:
pls.153 2022-02-17 10:12:49 +01:00
parent c81ff001c5
commit 4c86260db8
4 changed files with 18 additions and 2 deletions

View file

@ -30,7 +30,7 @@ Rectangle {
height: {
var h = Qt.inputMethod.keyboardRectangle.y
var f = (Qt.platform.os === "android") ? Screen.devicePixelRatio : 1
h = (h === 0) ? main.height : h / f
h = (h === 0) ? main.height : h / f
return (h - input.height)
}