Skip to content
Snippets Groups Projects
Commit 5e86108b authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qml: set proper background color in MusicAlbumsGridExpandDelegate for MusicTrackListDisplay

parent 186c3dd5
No related branches found
Tags 3.0.11.1
Loading
Pipeline #400416 passed with stage
in 22 minutes and 10 seconds
......@@ -358,6 +358,8 @@ FocusScope {
headerColor: theme.bg.secondary
backgroundColor: headerColor
readonly property int _nbCols: VLCStyle.gridColumnsForWidth(tracks.availableRowWidth)
property Component titleDelegate: RowLayout {
......
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