Changeset 22531 in osm
- Timestamp:
- 2010-08-02T09:57:28+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/ext_tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ext_tools/build.xml
r22236 r22531 31 31 32 32 <!-- enter the SVN commit message --> 33 <property name="commit.message" value=" Commit message" />33 <property name="commit.message" value="update to josm latest" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 338" />35 <property name="plugin.main.version" value="3403" /> 36 36 37 37 -
applications/editors/josm/plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java
r22236 r22531 6 6 import java.awt.GridBagConstraints; 7 7 import java.awt.GridBagLayout; 8 import java.awt.Insets; 8 9 import java.awt.event.ActionEvent; 9 10 … … 46 47 new String[] { tr("OK"), tr("Cancel") }, 47 48 true); 48 content Constraints = GBC.eol().fill().insets(15, 15,15,5);49 contentInsets = new Insets(15, 15, 5, 15); 49 50 setButtonIcons(new String[] { "ok.png", "cancel.png" }); 50 51
Note:
See TracChangeset
for help on using the changeset viewer.