Changeset 23124 in osm for applications/editors/josm
- Timestamp:
- 2010-09-12T18:10:47+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/buildings_tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/buildings_tools/build.xml
r22529 r23124 33 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 403" />35 <property name="plugin.main.version" value="3518" /> 36 36 37 37 -
applications/editors/josm/plugins/buildings_tools/src/buildings_tools/AdvancedSettingsDialog.java
r22904 r23124 36 36 tagsModel.add(entry.getKey(), entry.getValue()); 37 37 } 38 panel.add(new TagEditorPanel(tagsModel ), GBC.eop().fill(GBC.BOTH));38 panel.add(new TagEditorPanel(tagsModel, null), GBC.eop().fill(GBC.BOTH)); 39 39 40 40 panel.add(cBigMode, GBC.eol().fill(GBC.HORIZONTAL));
Note:
See TracChangeset
for help on using the changeset viewer.