Skip to content

Commit 9211849

Browse files
committed
Slighlty better layout for Search and Replace dialog.
See #2540 (comment)
1 parent 18fc1c9 commit 9211849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/FindReplace.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public void actionPerformed(ActionEvent e) {
122122
searchAllFilesBox.setSelected(searchAllFiles);
123123

124124
JPanel checkboxPanel = new JPanel();
125-
checkboxPanel.setLayout(new BoxLayout(checkboxPanel, BoxLayout.LINE_AXIS));
125+
checkboxPanel.setLayout(new BoxLayout(checkboxPanel, BoxLayout.PAGE_AXIS));
126126
checkboxPanel.add(ignoreCaseBox);
127127
checkboxPanel.add(Box.createRigidArea(new Dimension(8, 0)));
128128
checkboxPanel.add(wrapAroundBox);

0 commit comments

Comments
 (0)