[vlc-commits] qml: add day colors object in VLCStyle
Prince Gupta
git at videolan.org
Mon Feb 8 09:59:56 UTC 2021
vlc | branch: master | Prince Gupta <guptaprince8832 at 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 <pierre at 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);
More information about the vlc-commits
mailing list