Skip to content

Commit

Permalink
[Preferences] Button problem in Preferences arduino#9185
Browse files Browse the repository at this point in the history
  • Loading branch information
yzykov committed Mar 27, 2020
1 parent 15fc84e commit 3def4aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/cc/arduino/view/preferences/Preferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
additionalBoardsManagerField.setToolTipText(tr("Enter a comma separated list of urls"));

extendedAdditionalUrlFieldWindow.setIcon(new ImageIcon(Theme.getThemeImage("newwindow", this, Theme.scale(16), Theme.scale(14))));
extendedAdditionalUrlFieldWindow.setToolTipText(tr("Enter additional URLs, one for each row"));
extendedAdditionalUrlFieldWindow.setMargin(new java.awt.Insets(1, 1, 1, 1));
extendedAdditionalUrlFieldWindow.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
Expand Down

0 comments on commit 3def4aa

Please sign in to comment.