Skip to content

Commit 158ab8c

Browse files
committed
new icons for the debugger window
1 parent 36366ee commit 158ab8c

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

java/src/processing/mode/java/VariableInspector.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,10 @@ public String getColumnName(int i) {
465465
*/
466466
class OutlineRenderer implements RenderDataProvider {
467467
Icon[][] icons;
468-
static final int ICON_SIZE = 16; // icon size (square, size=width=height)
468+
static final int ICON_SIZE = 16;
469469

470470
OutlineRenderer() {
471-
icons = loadIcons("theme/var-icons.gif");
471+
icons = loadIcons("theme/variables-1x.png");
472472
}
473473

474474
/**

java/theme/var-icons.gif

-5.03 KB
Binary file not shown.

java/theme/variables-1x.png

2.35 KB
Loading

java/theme/variables-2x.png

4.64 KB
Loading

0 commit comments

Comments
 (0)