[vlc-commits] qml: fix hover foreground color in Focusbackground

Prince Gupta git at videolan.org
Thu Jan 14 14:42:29 UTC 2021


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Wed Dec 23 23:38:57 2020 +0530| [5c9da6da1a82ee9be579ef729708668e10e40f6e] | committer: Pierre Lamot

qml: fix hover foreground color in Focusbackground

Signed-off-by: Pierre Lamot <pierre at videolabs.io>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5c9da6da1a82ee9be579ef729708668e10e40f6e
---

 modules/gui/qt/widgets/qml/FocusBackground.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/widgets/qml/FocusBackground.qml b/modules/gui/qt/widgets/qml/FocusBackground.qml
index 850e6e17d9..b6c4818b34 100644
--- a/modules/gui/qt/widgets/qml/FocusBackground.qml
+++ b/modules/gui/qt/widgets/qml/FocusBackground.qml
@@ -35,7 +35,7 @@ Rectangle {
             PropertyChanges {
                 target: root
                 color: VLCStyle.colors.bgHoverInactive
-                foregroundColor: VLCStyle.colors.bgHoverText
+                foregroundColor: VLCStyle.colors.bgHoverTextInactive
             }
         },
         State {



More information about the vlc-commits mailing list