mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revisions and cross-compile cache note
This commit is contained in:
parent
c81ff001c5
commit
4c86260db8
4 changed files with 18 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue