vlc | branch: master | Prince Gupta <guptaprince8...@gmail.com> | Fri Jan  8 
22:34:02 2021 +0530| [364675f094fd38f53fd002134162ac5c1a9d2b53] | committer: 
Pierre Lamot

qml: add day colors object in VLCStyle

Signed-off-by: Pierre Lamot <pie...@videolabs.io>

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

 modules/gui/qt/style/VLCStyle.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt/style/VLCStyle.qml 
b/modules/gui/qt/style/VLCStyle.qml
index 24048aa0dd..400772dfc4 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -39,6 +39,7 @@ Item {
     // When trying to force night/dark theme colors for items,
     // this can be used:
     property VLCColors nightColors: VLCColors { state: "night" }
+    property VLCColors dayColors: VLCColors { state: "day" }
 
     // Sizes
     property double margin_xxxsmall: dp(2, scale);

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to