diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-04 13:11:02 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-04 13:11:02 +0200 |
commit | 758acdb98b55d13af8c9034feb19d15ea3d67e6c (patch) | |
tree | 810a5a9184c6ca587df74e69f1417c24effc702a /views/composer/qml | |
parent | 7d2614daca637272d8f03a3d11f507f8c70f8c49 (diff) | |
download | kube-758acdb98b55d13af8c9034feb19d15ea3d67e6c.tar.gz kube-758acdb98b55d13af8c9034feb19d15ea3d67e6c.zip |
Made the Drafts title bold
Diffstat (limited to 'views/composer/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 411083ee..3b7f0bf4 100644 --- a/views/composer/qml/View.qml +++ b/views/composer/qml/View.qml | |||
@@ -135,6 +135,7 @@ Kube.View { | |||
135 | Kube.Label{ | 135 | Kube.Label{ |
136 | text: qsTr("Drafts") | 136 | text: qsTr("Drafts") |
137 | color: Kube.Colors.highlightedTextColor | 137 | color: Kube.Colors.highlightedTextColor |
138 | font.weight: Font.Bold | ||
138 | } | 139 | } |
139 | 140 | ||
140 | Kube.ListView { | 141 | Kube.ListView { |