[vlc-devel] [PATCH 13/18] qml: change background color of localMenuBar

Prince Gupta guptaprince8832 at gmail.com
Thu Aug 20 14:15:36 CEST 2020


---
 modules/gui/qt/maininterface/qml/BannerSources.qml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/modules/gui/qt/maininterface/qml/BannerSources.qml b/modules/gui/qt/maininterface/qml/BannerSources.qml
index 40d4f147be..112823df51 100644
--- a/modules/gui/qt/maininterface/qml/BannerSources.qml
+++ b/modules/gui/qt/maininterface/qml/BannerSources.qml
@@ -124,8 +124,10 @@ Widgets.NavigableFocusScope {
                 }
             }
 
-            Item {
+            Rectangle {
                 id: localToolbar
+
+                color: VLCStyle.colors.bg
                 width: parent.width
                 height: VLCStyle.localToolbar_height
 
@@ -228,6 +230,8 @@ Widgets.NavigableFocusScope {
                         selected: model.index === subSelectedIndex
                         onClicked:  root.subItemClicked(model.index)
                         height: localMenuGroup.height
+                        color: VLCStyle.colors.bg
+                        colorSelected: VLCStyle.colors.bg
                     }
 
                     navigationParent: root
-- 
2.25.1



More information about the vlc-devel mailing list