diff options
-rw-r--r-- | accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml index be509641..6551e202 100644 --- a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml +++ b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | |||
@@ -60,7 +60,7 @@ Item { | |||
60 | text: qsTr("Title of Account") | 60 | text: qsTr("Title of Account") |
61 | Layout.alignment: Qt.AlignRight | 61 | Layout.alignment: Qt.AlignRight |
62 | } | 62 | } |
63 | Kube.TextField { | 63 | Kube.RequiredTextField { |
64 | id: accountField | 64 | id: accountField |
65 | Layout.fillWidth: true | 65 | Layout.fillWidth: true |
66 | placeholderText: qsTr("E.g. \"Work\", \"Home\" that will be displayed in Kube as name") | 66 | placeholderText: qsTr("E.g. \"Work\", \"Home\" that will be displayed in Kube as name") |
@@ -68,7 +68,6 @@ Item { | |||
68 | onTextChanged: { | 68 | onTextChanged: { |
69 | kolabnowSettings.accountName = text | 69 | kolabnowSettings.accountName = text |
70 | } | 70 | } |
71 | validator: RegExpValidator { regExp: /.*\S.*/ } | ||
72 | } | 71 | } |
73 | 72 | ||
74 | Kube.Label { | 73 | Kube.Label { |