Changeset 18223 in josm for trunk/src/org
- Timestamp:
- 2021-09-13T19:58:57+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Optional.java
r18221 r18223 19 19 @Override 20 20 public boolean addToPanel(JPanel p, TaggingPresetItemGuiSupport support) { 21 initializeLocaleText(tr("Optional Attributes:")); 21 22 JLabel label = new JLabel(locale_text); 22 23 label.applyComponentOrientation(support.getDefaultComponentOrientation()); 23 initializeLocaleText(tr("Optional Attributes:"));24 24 p.add(new JLabel(" "), GBC.eol()); // space 25 25 p.add(label, GBC.eol());
Note:
See TracChangeset
for help on using the changeset viewer.