From 1f1ffbceb15dbc9e8a7ff567666a026ef221039e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 21 Sep 2017 19:00:31 +0200 Subject: Autofocus textedit --- accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accounts/kolabnow') 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 import org.kube.accounts.kolabnow 1.0 as KolabnowAccount Item { - property string accountId property string heading: qsTr("Connect your Kolab Now account") property string subheadline: qsTr("Please fill in your name and email address.") @@ -57,6 +56,7 @@ Item { } Kube.RequiredTextField { id: nameField + focus: true Layout.fillWidth: true placeholderText: qsTr("Your name") text: kolabnowSettings.userName -- cgit v1.2.3