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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user