Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Mar 20, 2024
1 parent 7160321 commit f68eb25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/java/com/arduino/AppSettingsArduino.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ public void build(JProgressBar progressBar, final AppSettings.EventCallback call
}


// otherwise, if the Arduino IDE window is resized with the message label
// set to blank, it's preferredSize() will be fukered
private static final String EMPTY =
" " +
" " +
" ";
// otherwise, if the Arduino IDE window is resized with the message label
// set to blank, it's preferredSize() will be fukered
private static final String EMPTY =
" " +
" " +
" ";

@Override
public void load() {
Expand Down

0 comments on commit f68eb25

Please sign in to comment.