[vlc-commits] qml: make SubtitleLabel large and bold

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


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Tue Dec  8 17:28:12 2020 +0530| [bf10efb71981a1857ae36a85c698506575f6ff0a] | committer: Pierre Lamot

qml: make SubtitleLabel large and bold

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

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

 modules/gui/qt/widgets/qml/SubtitleLabel.qml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/gui/qt/widgets/qml/SubtitleLabel.qml b/modules/gui/qt/widgets/qml/SubtitleLabel.qml
index b9cdd5092e..708916f338 100644
--- a/modules/gui/qt/widgets/qml/SubtitleLabel.qml
+++ b/modules/gui/qt/widgets/qml/SubtitleLabel.qml
@@ -21,6 +21,7 @@ import "qrc:///style/"
 
 Label {
     elide: Text.ElideRight
-    font.pixelSize: VLCStyle.fontSize_xxlarge
+    font.pixelSize: VLCStyle.fontSize_xxxlarge
+    font.weight: Font.Bold
     color: VLCStyle.colors.text
 }



More information about the vlc-commits mailing list