We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 20e1770 commit c143fabCopy full SHA for c143fab
app/src/cc/arduino/view/preferences/Preferences.java
@@ -248,7 +248,7 @@ public void mouseEntered(java.awt.event.MouseEvent evt) {
248
arduinoNotRunningLabel.setForeground(Color.GRAY);
249
arduinoNotRunningLabel.setText(tr("(edit only when Arduino is not running)"));
250
251
- checkboxesContainer.setLayout(new javax.swing.BoxLayout(checkboxesContainer, javax.swing.BoxLayout.Y_AXIS));
+ checkboxesContainer.setLayout(new GridLayout(0,2));
252
253
displayLineNumbersBox.setText(tr("Display line numbers"));
254
checkboxesContainer.add(displayLineNumbersBox);
0 commit comments