Skip to content

Commit d7db36e

Browse files
Update the icon for the Observability panel (use telescope icon) #485
1 parent 297577d commit d7db36e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/main/java/org/digma/intellij/plugin/icons/AppIcons.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import javax.swing.*;
44

5+
import static org.digma.intellij.plugin.icons.IconsUtil.loadAndScaleIconObjectByFactor;
56
import static org.digma.intellij.plugin.icons.IconsUtil.loadAndScaleIconObjectByWidth;
67

78
/**
@@ -13,6 +14,7 @@ private AppIcons() {
1314
}
1415

1516
public static final Icon TOOL_WINDOW = loadAndScaleIconObjectByWidth("/icons/digma.png", 13);
17+
public static final Icon TOOL_WINDOW_OBSERVABILITY = loadAndScaleIconObjectByFactor("/icons/active-env.svg", 1);
1618

1719

1820
}

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<toolWindow id="Observability"
3131
secondary="false"
32-
icon="org.digma.intellij.plugin.icons.AppIcons.TOOL_WINDOW"
32+
icon="org.digma.intellij.plugin.icons.AppIcons.TOOL_WINDOW_OBSERVABILITY"
3333
anchor="bottom"
3434
factoryClass="org.digma.intellij.plugin.toolwindow.recentactivity.DigmaBottomToolWindowFactory"/>
3535

0 commit comments

Comments
 (0)