Changeset 24550 in osm for applications/editors
- Timestamp:
- 2010-12-03T13:05:53+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery/src/org/openstreetmap/josm/plugins/imagery/ImageryPreferenceEditor.java
r24548 r24550 312 312 final JLabel lbl = new JLabel(name); 313 313 lbl.setFont(lbl.getFont().deriveFont(Font.BOLD)); 314 p.add(lbl );314 p.add(lbl,GBC.std()); 315 315 p.add(new JSeparator(), GBC.eol().fill(GBC.HORIZONTAL).insets(5, 0, 0, 0)); 316 316 p.add(section,GBC.eol().insets(20,5,0,5));
Note:
See TracChangeset
for help on using the changeset viewer.