mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-11-20 08:10:11 +00:00
More pixels.
This commit is contained in:
parent
cbb1e0ea45
commit
90eea4f05c
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user