This commit is contained in:
Dmitry Jemerov
2011-10-25 21:25:27 +02:00
parent 52699e52f4
commit 07dcd094c2
@@ -25,6 +25,7 @@ public class LabeledEditor extends JPanel {
public LabeledEditor() {
super(new BorderLayout());
myLabel.setBorder(BorderFactory.createEmptyBorder(0, 4, 0, 0));
}
private static String addReadOnly(String title, boolean readonly) {