Changeset 2989 in josm for trunk/src/org


Ignore:
Timestamp:
2010-02-15T00:41:05+01:00 (14 years ago)
Author:
bastiK
Message:

fixed #4527 - add access=official, delivery, forestry to the preset, fixed #4526 - duplicate tag in preset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java

    r2946 r2989  
    364364            combo = new JComboBox(lhm.values().toArray());
    365365            combo.setEditable(editable);
     366            combo.setMaximumRowCount(13);
    366367            AutoCompletingTextField tf = new AutoCompletingTextField();
    367368            initAutoCompletionField(tf, key);
Note: See TracChangeset for help on using the changeset viewer.