Changeset 32071 in osm for applications
- Timestamp:
- 2016-02-17T23:24:18+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/opendata
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/opendata/build.xml ¶
r31943 r32071 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <project name="opendata" default="dist" basedir="."> 3 <property name="plugin.main.version" value="9 309"/>3 <property name="plugin.main.version" value="9705"/> 4 4 <property name="plugin.author" value="Don-vip"/> 5 5 <property name="plugin.class" value="org.openstreetmap.josm.plugins.opendata.OdPlugin"/> -
TabularUnified applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleInformation.java ¶
r30806 r32071 330 330 331 331 public ImageIcon getScaledIcon() { 332 Dimension dim = Image Provider.getImageSizes(ImageSizes.MENU);332 Dimension dim = ImageSizes.MENU.getImageDimension(); 333 333 ImageIcon iconToScale = icon != null ? icon : OdUtils.getImageIcon(OdConstants.ICON_EMPTY_24); 334 334 return new ImageIcon(iconToScale.getImage().getScaledInstance(dim.width, dim.height, Image.SCALE_SMOOTH));
Note:
See TracChangeset
for help on using the changeset viewer.