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 117c8e01..66553edb 100644 --- a/views/composer/qml/View.qml +++ b/views/composer/qml/View.qml | |||
@@ -268,6 +268,7 @@ Kube.View { | |||
268 | objectName: "subject" | 268 | objectName: "subject" |
269 | Layout.fillWidth: true | 269 | Layout.fillWidth: true |
270 | activeFocusOnTab: true | 270 | activeFocusOnTab: true |
271 | font.bold: true | ||
271 | 272 | ||
272 | placeholderText: qsTr("Enter Subject...") | 273 | placeholderText: qsTr("Enter Subject...") |
273 | text: composerController.subject | 274 | text: composerController.subject |