Related to DSGN-4505: change expect / actual icons to the new ones
@@ -48,9 +48,9 @@ public interface KotlinIcons {
|
||||
Icon TYPE_ALIAS = IconLoader.getIcon("/org/jetbrains/kotlin/idea/icons/typeAlias.png");
|
||||
|
||||
Icon SUSPEND_CALL = IconLoader.getIcon("/org/jetbrains/kotlin/idea/icons/suspendCall.png");
|
||||
// TODO: change icon files themselves!
|
||||
Icon FROM_EXPECTED = IconLoader.getIcon("/org/jetbrains/kotlin/idea/icons/fromHeader.png");
|
||||
Icon FROM_ACTUAL = IconLoader.getIcon("/org/jetbrains/kotlin/idea/icons/fromImpl.png");
|
||||
|
||||
Icon FROM_EXPECTED = IconLoader.getIcon("/org/jetbrains/kotlin/idea/icons/actual.png");
|
||||
Icon FROM_ACTUAL = IconLoader.getIcon("/org/jetbrains/kotlin/idea/icons/expect.png");
|
||||
|
||||
Icon LAUNCH = IconLoader.getIcon("/org/jetbrains/kotlin/idea/icons/kotlin_launch_configuration.png");
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 328 B |
|
After Width: | Height: | Size: 527 B |
|
After Width: | Height: | Size: 302 B |
|
After Width: | Height: | Size: 404 B |
|
Before Width: | Height: | Size: 267 B |
|
Before Width: | Height: | Size: 383 B |
|
Before Width: | Height: | Size: 272 B |
|
Before Width: | Height: | Size: 369 B |