From d49fcec005b7c2c6a1a1453648d99fde66c494e2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 21 Sep 2017 18:48:05 +0200 Subject: Autofocus password field --- framework/qml/LoginAccount.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml') diff --git a/framework/qml/LoginAccount.qml b/framework/qml/LoginAccount.qml index 7eaa47f4..f02050ae 100644 --- a/framework/qml/LoginAccount.qml +++ b/framework/qml/LoginAccount.qml @@ -38,7 +38,6 @@ Item { } Item { - anchors { fill: parent margins: Kube.Units.largeSpacing * 2 @@ -84,6 +83,7 @@ Item { //The initial size is somehow necessary so the loader is properly anchored height: 10 source: accountFactory.loginUi + focus: true onLoaded: item.accountId = root.accountId } Item { -- cgit v1.2.3