[vlc-commits] qml: fix tabbar background beeing visible with some color theme
    Pierre Lamot 
    git at videolan.org
       
    Mon Jun 17 11:25:40 CEST 2019
    
    
  
vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Thu Jun 13 18:44:15 2019 +0200| [b37b35bccb7d9e5301424082bb06c122bafddd2c] | committer: Jean-Baptiste Kempf
qml: fix tabbar background beeing visible with some color theme
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b37b35bccb7d9e5301424082bb06c122bafddd2c
---
 modules/gui/qt/qml/BannerSources.qml | 4 ++++
 1 file changed, 4 insertions(+)
diff --git a/modules/gui/qt/qml/BannerSources.qml b/modules/gui/qt/qml/BannerSources.qml
index 7f7d96062d..67d99dae57 100644
--- a/modules/gui/qt/qml/BannerSources.qml
+++ b/modules/gui/qt/qml/BannerSources.qml
@@ -245,6 +245,10 @@ Utils.NavigableFocusScope {
                         bar.contentItem.focus= true
                     }
 
+                    background: Rectangle {
+                        color: "transparent"
+                    }
+
                     /* List of sub-sources for Music */
                     Repeater {
                         id: model_music_id
    
    
More information about the vlc-commits
mailing list