[vlc-commits] qml: force dark theme for playlist in player mode

Fatih Uzunoglu git at videolan.org
Fri Jul 24 11:46:03 CEST 2020


vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Mon Jul  6 22:06:38 2020 +0300| [17b9cea555603c5d2fd604d73f6c82f317a1a59c] | committer: Pierre Lamot

qml: force dark theme for playlist in player mode

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

 modules/gui/qt/player/qml/Player.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt/player/qml/Player.qml b/modules/gui/qt/player/qml/Player.qml
index c6cead1215..2a112d356c 100644
--- a/modules/gui/qt/player/qml/Player.qml
+++ b/modules/gui/qt/player/qml/Player.qml
@@ -250,6 +250,7 @@ Widgets.NavigableFocusScope {
                         focus: true
                         anchors.fill: parent
 
+                        forceDark: true
                         navigationParent: rootPlayer
                         navigationUpItem: topcontrolView
                         navigationDownItem: controlBarView



More information about the vlc-commits mailing list