Use 16px logo instead of 13px for run configurations
This commit is contained in:
@@ -28,7 +28,7 @@ public class KotlinRunConfigurationType extends ConfigurationTypeBase {
|
||||
}
|
||||
|
||||
public KotlinRunConfigurationType() {
|
||||
super("JetRunConfigurationType", KotlinLanguage.NAME, KotlinLanguage.NAME, KotlinIcons.SMALL_LOGO_13);
|
||||
super("JetRunConfigurationType", KotlinLanguage.NAME, KotlinLanguage.NAME, KotlinIcons.SMALL_LOGO);
|
||||
addFactory(new KotlinRunConfigurationFactory(this));
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ class KotlinStandaloneScriptRunConfigurationType : ConfigurationTypeBase(
|
||||
"KotlinStandaloneScriptRunConfigurationType",
|
||||
"Kotlin script",
|
||||
"Run Kotlin script",
|
||||
KotlinIcons.SMALL_LOGO_13
|
||||
KotlinIcons.SMALL_LOGO
|
||||
) {
|
||||
init {
|
||||
addFactory(Factory(this))
|
||||
|
||||
Reference in New Issue
Block a user