[vlc-commits] qml: change playlist separator color
Fatih Uzunoglu
git at videolan.org
Mon Dec 7 10:08:21 UTC 2020
vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Fri Dec 4 02:01:40 2020 +0300| [c26760141650db0ef6d48dbe3547fedbb30dcfe7] | committer: Pierre Lamot
qml: change playlist separator color
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c26760141650db0ef6d48dbe3547fedbb30dcfe7
---
modules/gui/qt/style/VLCColors.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/style/VLCColors.qml b/modules/gui/qt/style/VLCColors.qml
index 92253b2573..b7444679c6 100644
--- a/modules/gui/qt/style/VLCColors.qml
+++ b/modules/gui/qt/style/VLCColors.qml
@@ -87,7 +87,7 @@ Item {
property color roundPlayCoverBorder: "#979797"
// playlist
- property color playlistSeparator: white
+ property color playlistSeparator: isThemeDark ? "white" : "#f2f2f2"
property color plItemHover_Focus: bannerHover
property color plItemSelect: isThemeDark ? "#1E1E1E" : "#EDEDED"
More information about the vlc-commits
mailing list