We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99006fc commit 323bd64Copy full SHA for 323bd64
app/src/processing/app/AbstractTextMonitor.java
@@ -118,13 +118,14 @@ public void actionPerformed(ActionEvent event) {
118
serialRates.setMaximumSize(serialRates.getMinimumSize());
119
120
pane.add(autoscrollBox);
121
- pane.add(clearButton);
122
pane.add(Box.createHorizontalGlue());
123
pane.add(noLineEndingAlert);
124
pane.add(Box.createRigidArea(new Dimension(8, 0)));
125
pane.add(lineEndings);
126
127
pane.add(serialRates);
+ pane.add(Box.createRigidArea(new Dimension(8, 0)));
128
+ pane.add(clearButton);
129
130
mainPane.add(pane, BorderLayout.SOUTH);
131
}
0 commit comments