diff options
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 |