From c0b7ee5722b59e94362e6ed4bd971bdb91d5d312 Mon Sep 17 00:00:00 2001 From: Silent Date: Tue, 2 Mar 2021 22:51:28 +0100 Subject: [PATCH] Fix "Stretch to fill" widget help --- src/duckstation-qt/displaysettingswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-qt/displaysettingswidget.cpp b/src/duckstation-qt/displaysettingswidget.cpp index e647a893a..54fcc4632 100644 --- a/src/duckstation-qt/displaysettingswidget.cpp +++ b/src/duckstation-qt/displaysettingswidget.cpp @@ -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 " "pixels in the console is an integer number.
May result in a sharper image in some 2D games.")); 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.")); dialog->registerWidgetHelp( m_ui.vsync, tr("VSync"), tr("Checked"),