[vlc-commits] qml: use player foreground colors for texts in the Player cover mode
Pierre Lamot
git at videolan.org
Thu Aug 29 10:45:00 CEST 2019
vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Mon Aug 5 15:41:46 2019 +0200| [df422d10fa007c35305603d365223df569e38b3c] | committer: Jean-Baptiste Kempf
qml: use player foreground colors for texts in the Player cover mode
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=df422d10fa007c35305603d365223df569e38b3c
---
modules/gui/qt/qml/player/Player.qml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt/qml/player/Player.qml b/modules/gui/qt/qml/player/Player.qml
index d3ebac888b..84d0de7612 100644
--- a/modules/gui/qt/qml/player/Player.qml
+++ b/modules/gui/qt/qml/player/Player.qml
@@ -96,7 +96,7 @@ Utils.NavigableFocusScope {
text: mainPlaylistController.currentItem.title
font.pixelSize: VLCStyle.fontSize_xxlarge
font.bold: true
- color: VLCStyle.colors.text
+ color: VLCStyle.colors.playerFg
}
Text {
@@ -109,7 +109,7 @@ Utils.NavigableFocusScope {
text: mainPlaylistController.currentItem.artist
font.pixelSize: VLCStyle.fontSize_xlarge
- color: VLCStyle.colors.text
+ color: VLCStyle.colors.playerFg
}
}
More information about the vlc-commits
mailing list