[vlc-devel] [PATCH 21/23] qml: make playlist item font bold when the item is current item
Fatih Uzunoglu
fuzun54 at outlook.com
Thu Jul 2 15:22:06 CEST 2020
---
modules/gui/qt/playlist/qml/PLItem.qml | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt/playlist/qml/PLItem.qml b/modules/gui/qt/playlist/qml/PLItem.qml
index 69e56ee58a..e530169a80 100644
--- a/modules/gui/qt/playlist/qml/PLItem.qml
+++ b/modules/gui/qt/playlist/qml/PLItem.qml
@@ -143,6 +143,7 @@ Rectangle {
Widgets.ListLabel {
id: textInfo
+ font.weight: model.isCurrent ? Font.Bold : Font.Normal
font.pixelSize: VLCStyle.fontSize_normal
elide: Text.ElideRight
--
2.25.1
More information about the vlc-devel
mailing list