[vlc-devel] [PATCH 15/16] qml: fix menubar colors in Player topbar
Prince Gupta
guptaprince8832 at gmail.com
Tue Feb 23 10:06:05 UTC 2021
---
modules/gui/qt/player/qml/TopBar.qml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/modules/gui/qt/player/qml/TopBar.qml b/modules/gui/qt/player/qml/TopBar.qml
index 509e8fca3e..85a23a8afe 100644
--- a/modules/gui/qt/player/qml/TopBar.qml
+++ b/modules/gui/qt/player/qml/TopBar.qml
@@ -87,6 +87,9 @@ Widgets.NavigableFocusScope{
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
visible: mainInterface.hasToolbarMenu
+ textColor: topFocusScope.colors.text
+ highlightedBgColor: topFocusScope.colors.bgHover
+ highlightedTextColor: topFocusScope.colors.bgHoverText
}
RowLayout {
--
2.25.1
More information about the vlc-devel
mailing list