diff options
Diffstat (limited to 'views/composer/qml/View.qml')
-rw-r--r-- | views/composer/qml/View.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/composer/qml/View.qml b/views/composer/qml/View.qml index 6fd3d07a..f81901c4 100644 --- a/views/composer/qml/View.qml +++ b/views/composer/qml/View.qml | |||
@@ -247,6 +247,7 @@ Kube.View { | |||
247 | 247 | ||
248 | Kube.TextField { | 248 | Kube.TextField { |
249 | id: subject | 249 | id: subject |
250 | objectName: "subject" | ||
250 | Layout.fillWidth: true | 251 | Layout.fillWidth: true |
251 | activeFocusOnTab: true | 252 | activeFocusOnTab: true |
252 | 253 | ||