vlc | branch: master | Prince Gupta <[email protected]> | Thu Dec 3 18:53:48 2020 +0530| [8fd2e226c06cf04e0b5359d360961098c6c3348a] | committer: Pierre Lamot
qml: make listlabel bold Signed-off-by: Pierre Lamot <[email protected]> > 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 } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
