[vlc-commits] qml: add tooltipColor and tooltipTextColor to VLCColors

Fatih Uzunoglu git at videolan.org
Mon Nov 16 10:04:21 CET 2020


vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Fri Aug 21 19:23:58 2020 +0300| [8a1423c0ae0a90aaba4d3e19bf45d77965bc3189] | committer: Pierre Lamot

qml: add tooltipColor and tooltipTextColor to VLCColors

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

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

 modules/gui/qt/style/VLCColors.qml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/gui/qt/style/VLCColors.qml b/modules/gui/qt/style/VLCColors.qml
index ca7a5d69d5..92253b2573 100644
--- a/modules/gui/qt/style/VLCColors.qml
+++ b/modules/gui/qt/style/VLCColors.qml
@@ -111,6 +111,9 @@ Item {
 
     property color sliderBarMiniplayerBgColor: isThemeDark ? "#FF929292" : "#FFEEEEEE"
 
+    property color tooltipTextColor: systemPalette.tooltipText
+    property color tooltipColor: systemPalette.tooltip
+
     //vlc orange
     property color accent: "#FFFF950D";
 



More information about the vlc-commits mailing list