diff options
Diffstat (limited to 'framework/qml')
-rw-r--r-- | framework/qml/LoginAccount.qml | 2 |
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 { |