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 3dd52ae650
commit b82602a6b6

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