Qt: Fix low-resolution icon

This commit is contained in:
spycrab
2018-03-26 08:13:15 +02:00
parent 5c83e18fbd
commit 4f63d7f204
9 changed files with 135 additions and 3 deletions

View File

@ -85,7 +85,7 @@
MainWindow::MainWindow(std::unique_ptr<BootParameters> boot_parameters) : QMainWindow(nullptr)
{
setWindowTitle(QString::fromStdString(Common::scm_rev_str));
setWindowIcon(QIcon(Resources::GetMisc(Resources::LOGO_SMALL)));
setWindowIcon(Resources::GetAppIcon());
setUnifiedTitleAndToolBarOnMac(true);
setAcceptDrops(true);