We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6d6f1 commit 5079143Copy full SHA for 5079143
1 file changed
pcsx2-qt/ShortcutCreationDialog.cpp
@@ -89,7 +89,7 @@ ShortcutCreationDialog::ShortcutCreationDialog(QWidget* parent, const QString& t
89
}
90
91
m_ui.iconPath->setText(Path::ToNativePath(icon_file.toStdString()).c_str());
92
- m_ui.iconPreview->setPixmap(pixmap.scaled(m_ui.iconPreview->size(), Qt::KeepAspectRatio, Qt::SmoothTransformation));
+ m_ui.iconPreview->setPixmap(pixmap.scaled(m_ui.iconPreview->size(), Qt::KeepAspectRatio, Qt::FastTransformation));
93
m_ui.resetIconButton->setEnabled(true);
94
95
});
0 commit comments