Ticket #21319: 21319-2.patch
| File 21319-2.patch, 867 bytes (added by , 5 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/tagging/presets/items/Optional.java
18 18 // TODO: Draw a box around optional stuff 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()); 26 26 p.add(new JLabel(" "), GBC.eol()); // space
