[vlc-devel] [PATCH 05/29] qml: add color constant for round play cover borders

Prince Gupta guptaprince8832 at gmail.com
Tue Aug 4 13:34:38 CEST 2020


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

diff --git a/modules/gui/qt/style/VLCColors.qml b/modules/gui/qt/style/VLCColors.qml
index be4754326f..000bf243b8 100644
--- a/modules/gui/qt/style/VLCColors.qml
+++ b/modules/gui/qt/style/VLCColors.qml
@@ -83,6 +83,8 @@ Item {
     property color playerBorder: "#222222"
 
     property color separator: blendColors(bg, text, .95)
+    
+    property color roundPlayCoverBorder: "#979797"
 
     property color playlistSeparator: colors_id.white
 
-- 
2.25.1



More information about the vlc-devel mailing list