vlc | branch: master | Prince Gupta <guptaprince8...@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 <pie...@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 { _______________________________________________ vlc-commits mailing list vlc-commits@videolan.org https://mailman.videolan.org/listinfo/vlc-commits