changing Gui/BitmapFactory default pixmap size

Allows toolbar pixmaps to scale correctly
This commit is contained in:
tanderson 2012-01-15 11:45:16 -05:00 committed by Juergen Riegel
parent cf3b67cca2
commit b76d1509ce

View File

@ -202,7 +202,7 @@ QPixmap BitmapFactoryInst::pixmap(const char* name) const
// first check if it's an SVG because Qt's qsvg4 module shouldn't be used therefore
if (icon.isNull()) {
icon = pixmapFromSvg(name, QSize(24,24));
icon = pixmapFromSvg(name, QSize(64,64));
}
// try to find it in the given directories