[vlc-commits] qml: fix title label colors in language menu
Prince Gupta
git at videolan.org
Mon Nov 23 15:37:13 CET 2020
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Wed Nov 18 01:10:51 2020 +0530| [e7ba3cbfd0580b192b1b53e7f7225d97bd6f5c6e] | committer: Pierre Lamot
qml: fix title label colors in language menu
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e7ba3cbfd0580b192b1b53e7f7225d97bd6f5c6e
---
modules/gui/qt/player/qml/LanguageMenu.qml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/modules/gui/qt/player/qml/LanguageMenu.qml b/modules/gui/qt/player/qml/LanguageMenu.qml
index 3b8cf47272..75751a4d44 100644
--- a/modules/gui/qt/player/qml/LanguageMenu.qml
+++ b/modules/gui/qt/player/qml/LanguageMenu.qml
@@ -383,6 +383,7 @@ T.Menu {
Widgets.SubtitleLabel {
Layout.fillWidth: true
text: i18n.qtr("Audio track synchronization")
+ color: "white"
}
RowLayout {
Layout.fillWidth: true
@@ -456,6 +457,7 @@ T.Menu {
Layout.fillWidth: true
Layout.topMargin: VLCStyle.margin_large
text: i18n.qtr("Subtitle synchronization")
+ color: "white"
}
RowLayout {
@@ -632,6 +634,7 @@ T.Menu {
Widgets.SubtitleLabel {
Layout.fillWidth: true
text: i18n.qtr("Subtitles")
+ color: "white"
}
RowLayout {
width: parent.width
More information about the vlc-commits
mailing list