Changeset 25465 in osm for applications/editors/josm
- Timestamp:
- 2011-02-27T19:34:14+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/turnrestrictions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaList.java
r25463 r25465 93 93 addMouseListener(new ViaListPopupMenuLaucher()); 94 94 } 95 96 @Override 97 public Dimension getPreferredScrollableViewportSize() { 98 //return super.getPreferredSize(); 99 Dimension d = getPreferredSize(); 100 d.height = Math.max(d.height, 100); 101 return d; 102 } 103 95 104 96 /** 105 97 * The transfer handler for Drag-and-Drop. -
applications/editors/josm/plugins/turnrestrictions/test/josm.home/preferences
r25463 r25465 1 josm.version=37732 1 osm-server.url=http://localhost:8080/api 3 scripting.RunScriptDialog.file-history=asdfasdfasdfsdf4 scripting.RunScriptDialog.last-file=asdfasdfasdfsdf
Note:
See TracChangeset
for help on using the changeset viewer.