From 00958965bc2da6e56a86cc8608daf8140d41af2e Mon Sep 17 00:00:00 2001 From: Cristian Luis Duarte Date: Tue, 20 Feb 2018 19:25:41 -0300 Subject: [PATCH] Android- Center login dialog in both big (Pixel XL, Huawei Mate 9 Pro) and smaller screens (Pixel) --- interface/resources/qml/+android/LoginDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/+android/LoginDialog.qml b/interface/resources/qml/+android/LoginDialog.qml index c60864cd1d..9eb2c74147 100644 --- a/interface/resources/qml/+android/LoginDialog.qml +++ b/interface/resources/qml/+android/LoginDialog.qml @@ -53,7 +53,7 @@ ModalWindow { Component.onCompleted: { this.anchors.centerIn = undefined; this.y=150; - this.x=450; + this.x=(parent.width - this.width)/2; } Keys.onPressed: {