diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp
index 7c726728..24d19520 100644
--- a/cockatrice/src/window_main.cpp
+++ b/cockatrice/src/window_main.cpp
@@ -311,7 +311,7 @@ void MainWindow::actAbout()
GITHUB_TROUBLESHOOTING_URL + "'>" + tr("Troubleshooting") + "
" + "" + tr("F.A.Q.") + "
"),
QMessageBox::Ok, this);
- mb.setIconPixmap(QPixmap("theme:cockatrice").scaled(64, 64));
+ mb.setIconPixmap(QPixmap("theme:cockatrice").scaled(64, 64, Qt::KeepAspectRatio, Qt::SmoothTransformation));
mb.setTextInteractionFlags(Qt::TextBrowserInteraction);
mb.exec();
}