[vlc-devel] [PATCH 5/5] qml: fix tabbar background beeing visible with some color theme
Pierre Lamot
pierre at videolabs.io
Thu Jun 13 18:44:15 CEST 2019
---
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
--
2.17.1
More information about the vlc-devel
mailing list