mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 13:47:46 +02:00
More pixels.
This commit is contained in:
@ -64,7 +64,7 @@ public:
|
|||||||
if (icon.isNull())
|
if (icon.isNull())
|
||||||
icon = m_emptyIcon;
|
icon = m_emptyIcon;
|
||||||
// HACK: fixes icon stretching on windows. TODO: report Qt bug for this
|
// 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();
|
return QVariant();
|
||||||
|
Reference in New Issue
Block a user