mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 20:36:38 +02:00
Android- Center login dialog in both big (Pixel XL, Huawei Mate 9 Pro) and smaller screens (Pixel)
This commit is contained in:
parent
bd9d8ac4f9
commit
00958965bc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ ModalWindow {
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
this.anchors.centerIn = undefined;
|
this.anchors.centerIn = undefined;
|
||||||
this.y=150;
|
this.y=150;
|
||||||
this.x=450;
|
this.x=(parent.width - this.width)/2;
|
||||||
}
|
}
|
||||||
|
|
||||||
Keys.onPressed: {
|
Keys.onPressed: {
|
||||||
|
|
Loading…
Reference in a new issue