[vlc-devel] [PATCH 27/30] qml: make SubtitleLabel large and bold
Prince Gupta
guptaprince8832 at gmail.com
Mon Dec 14 14:28:05 CET 2020
---
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
}
--
2.25.1
More information about the vlc-devel
mailing list