Skip to content

Commit

Permalink
Clarify help text for Screen aspect ratio
Browse files Browse the repository at this point in the history
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 1fbdd15
  • Loading branch information
kmdewaal committed Mar 14, 2023
1 parent 1fbdd15 commit 8a2da90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/programs/mythfrontend/globalsettings.cpp
Expand Up @@ -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 "
Expand Down

0 comments on commit 8a2da90

Please sign in to comment.