[vlc-commits] qml: make listlabel bold

Prince Gupta git at videolan.org
Thu Dec 17 14:57:10 UTC 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Thu Dec  3 18:53:48 2020 +0530| [8fd2e226c06cf04e0b5359d360961098c6c3348a] | committer: Pierre Lamot

qml: make listlabel bold

Signed-off-by: Pierre Lamot <pierre at videolabs.io>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8fd2e226c06cf04e0b5359d360961098c6c3348a
---

 modules/gui/qt/widgets/qml/ListLabel.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt/widgets/qml/ListLabel.qml b/modules/gui/qt/widgets/qml/ListLabel.qml
index e7a7043f47..2f814fdd2a 100644
--- a/modules/gui/qt/widgets/qml/ListLabel.qml
+++ b/modules/gui/qt/widgets/qml/ListLabel.qml
@@ -22,6 +22,7 @@ import "qrc:///style/"
 Label {
     elide: Text.ElideRight
     font.pixelSize: VLCStyle.fontSize_normal
+    font.weight: Font.DemiBold
     color: VLCStyle.colors.text
     verticalAlignment: Text.AlignVCenter
 }



More information about the vlc-commits mailing list