[vlc-commits] qml: Editor - Change highlight color of all buttons grid

Rohan Rajpal git at videolan.org
Wed Aug 21 16:27:10 CEST 2019


vlc | branch: master | Rohan Rajpal <rohan17089 at iiitd.ac.in> | Sun Aug 11 00:22:33 2019 +0530| [5a8b56dc0f6a4fd84cc2041cbe51dab927443036] | committer: Jean-Baptiste Kempf

qml: Editor - Change highlight color of all buttons grid

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/modules/gui/qt/qml/dialogs/ToolbarEditorButtonList.qml b/modules/gui/qt/qml/dialogs/ToolbarEditorButtonList.qml
index 382dbc618a..a4b2f3e76d 100644
--- a/modules/gui/qt/qml/dialogs/ToolbarEditorButtonList.qml
+++ b/modules/gui/qt/qml/dialogs/ToolbarEditorButtonList.qml
@@ -29,7 +29,7 @@ GridView{
     clip: true
 
     highlight: Rectangle{
-        color: VLCStyle.colors.accent
+        color: VLCStyle.colors.bgHover
     }
     ScrollBar.vertical: ScrollBar {}
     model: controlButtons.buttonL.length



More information about the vlc-commits mailing list