diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-24 09:46:42 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-24 09:46:42 +0100 |
commit | af2e92982b722ed0ea8f465649b843cb5ed4fda7 (patch) | |
tree | 4e4567ccb803c004402d4050a2317bc000335b68 /accounts | |
parent | 5f17e726ad63eec6ef78d15baa8ed42625679197 (diff) | |
download | kube-af2e92982b722ed0ea8f465649b843cb5ed4fda7.tar.gz kube-af2e92982b722ed0ea8f465649b843cb5ed4fda7.zip |
Tested account setup
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/kolabnow/qml/AccountSettings.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
56 | } | 56 | } |
57 | Kube.RequiredTextField { | 57 | Kube.RequiredTextField { |
58 | id: nameField | 58 | id: nameField |
59 | objectName: "nameTextField" | ||
59 | focus: true | 60 | focus: true |
60 | Layout.fillWidth: true | 61 | Layout.fillWidth: true |
61 | placeholderText: qsTr("Your name") | 62 | placeholderText: qsTr("Your name") |
@@ -71,6 +72,7 @@ Item { | |||
71 | } | 72 | } |
72 | Kube.RequiredTextField { | 73 | Kube.RequiredTextField { |
73 | id: emailField | 74 | id: emailField |
75 | objectName: "emailTextField" | ||
74 | Layout.fillWidth: true | 76 | Layout.fillWidth: true |
75 | 77 | ||
76 | text: kolabnowSettings.emailAddress | 78 | text: kolabnowSettings.emailAddress |