vlc | branch: master | Pierre Lamot <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
