Adapt target icon size.

This commit is contained in:
con
2010-02-24 16:44:23 +01:00
parent bf9bc8f6b1
commit 1d2b9bffe7

View File

@@ -227,7 +227,7 @@ const char * const SETTINGS_CATEGORY_CORE = "A.Core";
const char * const SETTINGS_TR_CATEGORY_CORE = QT_TRANSLATE_NOOP("Core", "Environment");
const char * const SETTINGS_ID_ENVIRONMENT = "A.General";
const int TARGET_ICON_SIZE = 24;
const int TARGET_ICON_SIZE = 32;
} // namespace Constants
} // namespace Core