mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
spacing
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user