Changeset 8330 in josm
- Timestamp:
- 2015-05-05T20:42:25+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java
r8308 r8330 643 643 final JLabel helpLabel = new JLabel(text); 644 644 helpLabel.setFont(helpLabel.getFont().deriveFont(Font.PLAIN)); 645 contentPane.add(helpLabel, GBC.eol(). insets(1, 2, 1, 2));645 contentPane.add(helpLabel, GBC.eol().fill(GridBagConstraints.HORIZONTAL).insets(1, 2, 1, 2)); 646 646 super.setContentPane(contentPane); 647 647 }
Note:
See TracChangeset
for help on using the changeset viewer.