File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
java/org/digma/intellij/plugin/icons Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
33import javax .swing .*;
44
5+ import static org .digma .intellij .plugin .icons .IconsUtil .loadAndScaleIconObjectByFactor ;
56import 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}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments