diff --git a/src/plugins/coreplugin/coreconstants.h b/src/plugins/coreplugin/coreconstants.h
index be6f2231e3eed0697c5ea64c0edb1269e03d04cf..0b95a671a832ed56af722619173faa17a8f7d115 100644
--- a/src/plugins/coreplugin/coreconstants.h
+++ b/src/plugins/coreplugin/coreconstants.h
@@ -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