mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
Smoother trice (#3566)
This commit is contained in:
parent
612edae5f6
commit
099d524a42
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ void MainWindow::actAbout()
|
||||||
GITHUB_TROUBLESHOOTING_URL + "'>" + tr("Troubleshooting") + "</a><br>" + "<a href='" + GITHUB_FAQ_URL +
|
GITHUB_TROUBLESHOOTING_URL + "'>" + tr("Troubleshooting") + "</a><br>" + "<a href='" + GITHUB_FAQ_URL +
|
||||||
"'>" + tr("F.A.Q.") + "</a><br>"),
|
"'>" + tr("F.A.Q.") + "</a><br>"),
|
||||||
QMessageBox::Ok, this);
|
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.setTextInteractionFlags(Qt::TextBrowserInteraction);
|
||||||
mb.exec();
|
mb.exec();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue