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