forked from qt-creator/qt-creator
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user