diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-31 10:09:28 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-31 10:09:28 +0200 |
commit | 1745daa581b2ea70169eacfaad5480c823de2c30 (patch) | |
tree | 7c4c8d3bceb32e822d90cfcb46f4206046fadf6b | |
parent | 2bf195a1f5cbf5f473cbbcc929ad64d675e829cb (diff) | |
download | kube-1745daa581b2ea70169eacfaad5480c823de2c30.tar.gz kube-1745daa581b2ea70169eacfaad5480c823de2c30.zip |
Some more weight for the subject
-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 |