Changeset 2989 in josm for trunk/src/org
- Timestamp:
- 2010-02-15T00:41:05+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java
r2946 r2989 364 364 combo = new JComboBox(lhm.values().toArray()); 365 365 combo.setEditable(editable); 366 combo.setMaximumRowCount(13); 366 367 AutoCompletingTextField tf = new AutoCompletingTextField(); 367 368 initAutoCompletionField(tf, key);
Note:
See TracChangeset
for help on using the changeset viewer.