[vlc-commits] qml: add color constant for round play cover borders

Prince Gupta git at videolan.org
Mon Aug 10 12:09:28 CEST 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Thu Jul 23 19:36:58 2020 +0530| [b4506012600d57611ecd14063314999cc0e89820] | committer: Pierre Lamot

qml: add color constant for round play cover borders

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

 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
 



More information about the vlc-commits mailing list