summaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-21 19:00:31 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-22 10:26:27 +0200
commit1f1ffbceb15dbc9e8a7ff567666a026ef221039e (patch)
treeceeda47ff75a22e14c9f4b89a01219e72dbe7596 /accounts
parentd49fcec005b7c2c6a1a1453648d99fde66c494e2 (diff)
downloadkube-1f1ffbceb15dbc9e8a7ff567666a026ef221039e.tar.gz
kube-1f1ffbceb15dbc9e8a7ff567666a026ef221039e.zip
Autofocus textedit
Diffstat (limited to 'accounts')
-rw-r--r--accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml
index 309fa443..7468669c 100644
--- a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml
+++ b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml
@@ -23,7 +23,6 @@ import org.kube.framework 1.0 as Kube
23import org.kube.accounts.kolabnow 1.0 as KolabnowAccount 23import org.kube.accounts.kolabnow 1.0 as KolabnowAccount
24 24
25Item { 25Item {
26
27 property string accountId 26 property string accountId
28 property string heading: qsTr("Connect your Kolab Now account") 27 property string heading: qsTr("Connect your Kolab Now account")
29 property string subheadline: qsTr("Please fill in your name and email address.") 28 property string subheadline: qsTr("Please fill in your name and email address.")
@@ -57,6 +56,7 @@ Item {
57 } 56 }
58 Kube.RequiredTextField { 57 Kube.RequiredTextField {
59 id: nameField 58 id: nameField
59 focus: true
60 Layout.fillWidth: true 60 Layout.fillWidth: true
61 placeholderText: qsTr("Your name") 61 placeholderText: qsTr("Your name")
62 text: kolabnowSettings.userName 62 text: kolabnowSettings.userName