[vlc-commits] qml: change background of artist list of MusicArtists

Prince Gupta git at videolan.org
Mon Aug 10 12:09:55 CEST 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Thu Jul 30 23:54:41 2020 +0530| [62758eb7eb207706748cfd7c18ac3ee9717976da] | committer: Pierre Lamot

qml: change background of artist list of MusicArtists

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=62758eb7eb207706748cfd7c18ac3ee9717976da
---

 modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml b/modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
index 56922c7f74..6c4e4c9038 100644
--- a/modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
+++ b/modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
@@ -85,6 +85,13 @@ Widgets.NavigableFocusScope {
         focus: visible
         anchors.fill: parent
 
+    Rectangle {
+        width: parent.width * 0.25
+        height: parent.height
+        color: VLCStyle.colors.bgAlt
+        opacity: .8
+    }
+
     Row {
         anchors.fill: parent
 



More information about the vlc-commits mailing list