From 758acdb98b55d13af8c9034feb19d15ea3d67e6c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 4 Jul 2018 13:11:02 +0200 Subject: Made the Drafts title bold --- views/composer/qml/View.qml | 1 + 1 file changed, 1 insertion(+) 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 { Kube.Label{ text: qsTr("Drafts") color: Kube.Colors.highlightedTextColor + font.weight: Font.Bold } Kube.ListView { -- cgit v1.2.3