vlc | branch: master | Prince Gupta <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
