format source files

This commit is contained in:
2015-01-13 21:19:10 +01:00
parent 8ff2925335
commit 26dd283d3f
14 changed files with 100 additions and 100 deletions
@@ -77,7 +77,7 @@ public class SearchDialog extends AppDialog implements ActionListener {
panField.add(new JLabel(translate("label.searchtext")));
panField.add(searchField);
cnt.add(panField);
if (replace) {
panField = new JPanel(new FlowLayout());
replaceField.setPreferredSize(new Dimension(250, replaceField.getPreferredSize().height));
@@ -92,7 +92,7 @@ public class SearchDialog extends AppDialog implements ActionListener {
if (replace) {
checkPanel.add(replaceInParametersCheckBox);
}
cnt.add(checkPanel);
if (!replace) {