summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-21 18:48:05 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-22 10:26:27 +0200
commitd49fcec005b7c2c6a1a1453648d99fde66c494e2 (patch)
tree34a8b9bde9aab3f26a54dd9c996b2e05a978dae7 /framework/qml
parent53c4fa0b3e356a346ea99a02b79a9d7cb7a7f403 (diff)
downloadkube-d49fcec005b7c2c6a1a1453648d99fde66c494e2.tar.gz
kube-d49fcec005b7c2c6a1a1453648d99fde66c494e2.zip
Autofocus password field
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/LoginAccount.qml2
1 files changed, 1 insertions, 1 deletions
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 {
38 } 38 }
39 39
40 Item { 40 Item {
41
42 anchors { 41 anchors {
43 fill: parent 42 fill: parent
44 margins: Kube.Units.largeSpacing * 2 43 margins: Kube.Units.largeSpacing * 2
@@ -84,6 +83,7 @@ Item {
84 //The initial size is somehow necessary so the loader is properly anchored 83 //The initial size is somehow necessary so the loader is properly anchored
85 height: 10 84 height: 10
86 source: accountFactory.loginUi 85 source: accountFactory.loginUi
86 focus: true
87 onLoaded: item.accountId = root.accountId 87 onLoaded: item.accountId = root.accountId
88 } 88 }
89 Item { 89 Item {