[vlc-commits] [Git][videolan/vlc][master] qml: set proper background color in MusicAlbumsGridExpandDelegate for MusicTrackListDisplay
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Oct 29 08:44:53 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
5e86108b by Fatih Uzunoglu at 2023-10-29T08:30:33+00:00
qml: set proper background color in MusicAlbumsGridExpandDelegate for MusicTrackListDisplay
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
=====================================
@@ -358,6 +358,8 @@ FocusScope {
headerColor: theme.bg.secondary
+ backgroundColor: headerColor
+
readonly property int _nbCols: VLCStyle.gridColumnsForWidth(tracks.availableRowWidth)
property Component titleDelegate: RowLayout {
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5e86108b065001b626eadbe87736eff5d8ef0d32
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5e86108b065001b626eadbe87736eff5d8ef0d32
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list