diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-21 18:48:05 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-22 10:26:27 +0200 |
commit | d49fcec005b7c2c6a1a1453648d99fde66c494e2 (patch) | |
tree | 34a8b9bde9aab3f26a54dd9c996b2e05a978dae7 /components | |
parent | 53c4fa0b3e356a346ea99a02b79a9d7cb7a7f403 (diff) | |
download | kube-d49fcec005b7c2c6a1a1453648d99fde66c494e2.tar.gz kube-d49fcec005b7c2c6a1a1453648d99fde66c494e2.zip |
Autofocus password field
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/LoginView.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/kube/contents/ui/LoginView.qml b/components/kube/contents/ui/LoginView.qml index c5fdc396..840c74de 100644 --- a/components/kube/contents/ui/LoginView.qml +++ b/components/kube/contents/ui/LoginView.qml | |||
@@ -23,12 +23,10 @@ import QtQuick.Controls 1.3 as Controls | |||
23 | import QtQuick.Controls 2.0 | 23 | import QtQuick.Controls 2.0 |
24 | import org.kube.framework 1.0 as Kube | 24 | import org.kube.framework 1.0 as Kube |
25 | 25 | ||
26 | Rectangle { | 26 | FocusScope { |
27 | id: root | 27 | id: root |
28 | property alias accountId: login.accountId | 28 | property alias accountId: login.accountId |
29 | 29 | ||
30 | color: Kube.Colors.backgroundColor | ||
31 | |||
32 | Kube.LoginAccount { | 30 | Kube.LoginAccount { |
33 | id: login | 31 | id: login |
34 | anchors { | 32 | anchors { |