summaryrefslogtreecommitdiffstats
path: root/components
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 /components
parent53c4fa0b3e356a346ea99a02b79a9d7cb7a7f403 (diff)
downloadkube-d49fcec005b7c2c6a1a1453648d99fde66c494e2.tar.gz
kube-d49fcec005b7c2c6a1a1453648d99fde66c494e2.zip
Autofocus password field
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/LoginView.qml4
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
23import QtQuick.Controls 2.0 23import QtQuick.Controls 2.0
24import org.kube.framework 1.0 as Kube 24import org.kube.framework 1.0 as Kube
25 25
26Rectangle { 26FocusScope {
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 {