Changeset 25465 in osm for applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap
- Timestamp:
- 2011-02-27T19:34:14+01:00 (14 years ago)
- File:
-
- 1 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.
Note:
See TracChangeset
for help on using the changeset viewer.