mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
sync with mobilecomponents 462b2b4
- Fixes blank pages when keyboard shows up, the margin computation was wrong, and apparently we get bogus info about the keyboard geometry. Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
parent
95bca4b50c
commit
cff0a703e8
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@ ApplicationWindow {
|
|||
id: __pageStack
|
||||
anchors {
|
||||
fill: parent
|
||||
bottomMargin: Qt.inputMethod.visible ? (root.y + root.height) - (Qt.
|
||||
inputMethod.keyboardRectangle.y) : 0
|
||||
bottomMargin: Qt.inputMethod.visible ? Qt.inputMethod.keyboardRectangle.height : 0
|
||||
}
|
||||
focus: true
|
||||
Keys.onReleased: {
|
||||
|
|
Loading…
Add table
Reference in a new issue