Skip to content
Snippets Groups Projects
Commit 2488d438 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Pierre Lamot
Browse files

qml: make Music Expand delegate's track list index text's font weight normal


Signed-off-by: default avatarPierre Lamot <pierre@videolabs.io>
parent 41858e2b
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment