Reduce icon size in settings dialog

The current icons don't look so nice at this size, but new ones should
be on their way.
This commit is contained in:
Thorbjørn Lindeijer
2010-04-21 11:42:33 +02:00
parent 62e57edf4c
commit 98cf814911

View File

@@ -57,7 +57,7 @@
static const char categoryKeyC[] = "General/LastPreferenceCategory";
static const char pageKeyC[] = "General/LastPreferencePage";
const int categoryIconSize = 32;
const int categoryIconSize = 24;
namespace Core {
namespace Internal {