From af2e92982b722ed0ea8f465649b843cb5ed4fda7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 24 Jan 2018 09:46:42 +0100 Subject: Tested account setup --- accounts/kolabnow/qml/AccountSettings.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'accounts/kolabnow/qml') diff --git a/accounts/kolabnow/qml/AccountSettings.qml b/accounts/kolabnow/qml/AccountSettings.qml index 4161bc49..35493bd1 100644 --- a/accounts/kolabnow/qml/AccountSettings.qml +++ b/accounts/kolabnow/qml/AccountSettings.qml @@ -56,6 +56,7 @@ Item { } Kube.RequiredTextField { id: nameField + objectName: "nameTextField" focus: true Layout.fillWidth: true placeholderText: qsTr("Your name") @@ -71,6 +72,7 @@ Item { } Kube.RequiredTextField { id: emailField + objectName: "emailTextField" Layout.fillWidth: true text: kolabnowSettings.emailAddress -- cgit v1.2.3