[vlc-commits] qml: fix menubar colors in Player topbar
Prince Gupta
git at videolan.org
Mon Mar 1 10:40:21 UTC 2021
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Tue Feb 23 15:54:05 2021 +0530| [a21b37395cb49eb6a305e16e053f3b0db7874e95] | committer: Pierre Lamot
qml: fix menubar colors in Player topbar
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a21b37395cb49eb6a305e16e053f3b0db7874e95
---
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 {
More information about the vlc-commits
mailing list