Fix "Stretch to fill" widget help

This commit is contained in:
Silent 2021-03-02 22:51:28 +01:00
parent edeed89648
commit c0b7ee5722
No known key found for this signature in database
GPG key ID: AE53149BB0C45AF1

View file

@ -102,7 +102,7 @@ DisplaySettingsWidget::DisplaySettingsWidget(QtHostInterface* host_interface, QW
tr("Adds padding to the display area to ensure that the ratio between pixels on the host to " tr("Adds padding to the display area to ensure that the ratio between pixels on the host to "
"pixels in the console is an integer number. <br>May result in a sharper image in some 2D games.")); "pixels in the console is an integer number. <br>May result in a sharper image in some 2D games."));
dialog->registerWidgetHelp( dialog->registerWidgetHelp(
m_ui.displayIntegerScaling, tr("Stretch To Fill"), tr("Unchecked"), m_ui.displayStretch, tr("Stretch To Fill"), tr("Unchecked"),
tr("Fills the window with the active display area, regardless of the aspect ratio.")); tr("Fills the window with the active display area, regardless of the aspect ratio."));
dialog->registerWidgetHelp( dialog->registerWidgetHelp(
m_ui.vsync, tr("VSync"), tr("Checked"), m_ui.vsync, tr("VSync"), tr("Checked"),