[vlc-commits] qml: change background color of localMenuBar
Prince Gupta
git at videolan.org
Thu Aug 27 12:44:00 CEST 2020
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Fri Aug 14 20:15:02 2020 +0530| [c344826056fbf7a01a558b92652b3f544708d564] | committer: Pierre Lamot
qml: change background color of localMenuBar
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c344826056fbf7a01a558b92652b3f544708d564
---
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
More information about the vlc-commits
mailing list