Changeset 3684 in josm
- Timestamp:
- 2010-11-29T19:52:48+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java
r3355 r3684 2 2 package org.openstreetmap.josm.actions.search; 3 3 4 import java.awt.Dimension; 4 5 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 5 6 import static org.openstreetmap.josm.tools.I18n.tr; … … 147 148 Collections.reverse(searchExpressionHistory); 148 149 hcbSearchString.setPossibleItems(searchExpressionHistory); 150 hcbSearchString.setPreferredSize(new Dimension(40, hcbSearchString.getPreferredSize().height)); 149 151 150 152 JRadioButton replace = new JRadioButton(tr("replace selection"), initialValues.mode == SearchMode.replace);
Note:
See TracChangeset
for help on using the changeset viewer.