[vlc-commits] qml: make Music Expand delegate's track list index text's font weight normal
    Prince Gupta 
    git at videolan.org
       
    Mon Jan  4 13:37:44 UTC 2021
    
    
  
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Fri Dec 11 21:22:16 2020 +0530| [2488d4383fc890204c9d57e58cc8aab36be1b96b] | committer: Pierre Lamot
qml: make Music Expand delegate's track list index text's font weight normal
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2488d4383fc890204c9d57e58cc8aab36be1b96b
---
 modules/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
    
    
More information about the vlc-commits
mailing list