Skip to content

Commit

Permalink
use hi-res icons for serial monitor and plotter
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Mar 25, 2016
1 parent 4426621 commit 0d4dfb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/processing/app/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -2616,7 +2616,7 @@ public void handleSerial() {
}

serialMonitor = new MonitorFactory().newMonitor(port);
serialMonitor.setIconImage(getIconImage());
base.setIcon(serialMonitor);

// If currently uploading, disable the monitor (it will be later
// enabled when done uploading)
Expand Down Expand Up @@ -2714,7 +2714,7 @@ public void handlePlotter() {
}

serialPlotter = new SerialPlotter(port);
serialPlotter.setIconImage(getIconImage());
base.setIcon(serialPlotter);

// If currently uploading, disable the plotter (it will be later
// enabled when done uploading)
Expand Down

0 comments on commit 0d4dfb0

Please sign in to comment.