diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-21 19:00:31 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-22 10:26:27 +0200 |
commit | 1f1ffbceb15dbc9e8a7ff567666a026ef221039e (patch) | |
tree | ceeda47ff75a22e14c9f4b89a01219e72dbe7596 /accounts | |
parent | d49fcec005b7c2c6a1a1453648d99fde66c494e2 (diff) | |
download | kube-1f1ffbceb15dbc9e8a7ff567666a026ef221039e.tar.gz kube-1f1ffbceb15dbc9e8a7ff567666a026ef221039e.zip |
Autofocus textedit
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | 2 |
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 | |||
23 | import org.kube.accounts.kolabnow 1.0 as KolabnowAccount | 23 | import org.kube.accounts.kolabnow 1.0 as KolabnowAccount |
24 | 24 | ||
25 | Item { | 25 | Item { |
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 |