[vlc-devel] [PATCH 21/21] qml: use player foreground colors for texts in the Player cover mode
Pierre Lamot
pierre at videolabs.io
Wed Aug 7 15:52:27 CEST 2019
---
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
}
}
--
2.17.1
More information about the vlc-devel
mailing list