use 16x16 icons for framework types and library presentations
This commit is contained in:
@@ -47,6 +47,6 @@ public class JSFrameworkType extends FrameworkTypeEx {
|
||||
@NotNull
|
||||
@Override
|
||||
public Icon getIcon() {
|
||||
return KotlinIcons.SMALL_LOGO_13;
|
||||
return KotlinIcons.SMALL_LOGO;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ public class JSLibraryStdPresentationProvider extends LibraryPresentationProvide
|
||||
@Nullable
|
||||
@Override
|
||||
public Icon getIcon(@Nullable LibraryProperties properties) {
|
||||
return KotlinIcons.SMALL_LOGO_13;
|
||||
return KotlinIcons.SMALL_LOGO;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
@@ -47,6 +47,6 @@ public class JavaFrameworkType extends FrameworkTypeEx {
|
||||
@NotNull
|
||||
@Override
|
||||
public Icon getIcon() {
|
||||
return KotlinIcons.SMALL_LOGO_13;
|
||||
return KotlinIcons.SMALL_LOGO;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ public class JavaRuntimePresentationProvider extends LibraryPresentationProvider
|
||||
@Nullable
|
||||
@Override
|
||||
public Icon getIcon(@Nullable LibraryProperties properties) {
|
||||
return KotlinIcons.SMALL_LOGO_13;
|
||||
return KotlinIcons.SMALL_LOGO;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user