[vlc-devel] [PATCH 14/26] qml: make Music Expand delegate's track list index text's font weight normal
Prince Gupta
guptaprince8832 at gmail.com
Thu Dec 17 17:26:12 UTC 2020
---
.../gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml b/modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
index 828f012546..0fa629badd 100644
--- a/modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
+++ b/modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
@@ -177,6 +177,7 @@ Widgets.NavigableFocusScope {
Widgets.ListLabel {
text: rowModel ? rowModel.track_number : ""
color: foregroundColor
+ font.weight: Font.Normal
Layout.fillHeight: true
Layout.preferredWidth: VLCStyle.margin_large
--
2.25.1
More information about the vlc-devel
mailing list