mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 10:56:57 +03:00
More pixels.
This commit is contained in:
parent
cbb1e0ea45
commit
90eea4f05c
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public:
|
|||
if (icon.isNull())
|
||||
icon = m_emptyIcon;
|
||||
// HACK: fixes icon stretching on windows. TODO: report Qt bug for this
|
||||
return QIcon(icon.pixmap(QSize(24,24)));
|
||||
return QIcon(icon.pixmap(QSize(48,48)));
|
||||
}
|
||||
}
|
||||
return QVariant();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue