Android- Center login dialog in both big (Pixel XL, Huawei Mate 9 Pro) and smaller screens (Pixel)

This commit is contained in:
Cristian Luis Duarte 2018-02-20 19:25:41 -03:00
parent bd9d8ac4f9
commit 00958965bc

View file

@ -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: {