From 8a2da90397d7eca271c0578e60f206ee726e9d32 Mon Sep 17 00:00:00 2001 From: Klaas de Waal Date: Tue, 14 Mar 2023 18:47:05 +0100 Subject: [PATCH] Clarify help text for Screen aspect ratio Add to the help text for the Screen aspect ratio setting that this setting is only used for the video display and not for the GUI. The GUI uses the pixel aspect ratio, see commit 1fbdd15e5cf691a45cadb44d5961bab6a08be9e5 --- mythtv/programs/mythfrontend/globalsettings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mythtv/programs/mythfrontend/globalsettings.cpp b/mythtv/programs/mythfrontend/globalsettings.cpp index 2d141f50170..f377eb2342e 100644 --- a/mythtv/programs/mythfrontend/globalsettings.cpp +++ b/mythtv/programs/mythfrontend/globalsettings.cpp @@ -2149,6 +2149,7 @@ static HostComboBoxSetting *ScreenAspectRatio() gc->addSelection(AppearanceSettings::tr("32:10 (16:10 Side by side)"), "3.2"); gc->addSelection(AppearanceSettings::tr("16:20 (16:10 Above and below)"), "0.8"); gc->setHelpText(AppearanceSettings::tr( + "This setting applies to video playback only, not to the GUI. " "Most modern displays have square pixels and the aspect ratio of the screen can be " "computed from the resolution (default). " "The aspect ratio can also be automatically detected from the connected display "