[vlc-devel] [PATCH 2/3] qml: fix title label colors in language menu
Prince Gupta
guptaprince8832 at gmail.com
Tue Nov 17 20:22:51 CET 2020
---
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
--
2.25.1
More information about the vlc-devel
mailing list