[vlc-devel] [PATCH 16/21] qml: add tooltipColor and tooltipTextColor to VLCColors

Fatih Uzunoglu fuzun54 at outlook.com
Sat Nov 7 17:53:35 CET 2020


---
 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";
 
-- 
2.25.1



More information about the vlc-devel mailing list