1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-09 22:24:14 +03:00

Slighlty better layout for Search and Replace dialog.

See https://github.com/arduino/Arduino/pull/2540#issuecomment-69167281
This commit is contained in:
Cristian Maglie
2015-01-08 14:41:54 +01:00
parent 18fc1c9f45
commit 92118494ed

View File

@@ -122,7 +122,7 @@ public class FindReplace extends JFrame implements ActionListener {
searchAllFilesBox.setSelected(searchAllFiles); searchAllFilesBox.setSelected(searchAllFiles);
JPanel checkboxPanel = new JPanel(); JPanel checkboxPanel = new JPanel();
checkboxPanel.setLayout(new BoxLayout(checkboxPanel, BoxLayout.LINE_AXIS)); checkboxPanel.setLayout(new BoxLayout(checkboxPanel, BoxLayout.PAGE_AXIS));
checkboxPanel.add(ignoreCaseBox); checkboxPanel.add(ignoreCaseBox);
checkboxPanel.add(Box.createRigidArea(new Dimension(8, 0))); checkboxPanel.add(Box.createRigidArea(new Dimension(8, 0)));
checkboxPanel.add(wrapAroundBox); checkboxPanel.add(wrapAroundBox);