Changeset 27466 in osm for applications/editors/josm/plugins/alignways
- Timestamp:
- 2012-01-15T12:15:52+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysDialog.java ΒΆ
r27387 r27466 108 108 modesPanel.add(infoText); 109 109 110 111 112 110 // Start inactivated - JOSM cannot start directly in awMode 113 111 activate(false); 114 112 115 // It looks like I don't have other choice for placement than this; 116 // ToggleDialog already defines its layout as BoxLayout 117 add(dlgPane, BorderLayout.CENTER); 113 createLayout(dlgPane, false, null); 118 114 119 115 // Select length preserved mode by default 120 116 btnKeepLength.doClick(); 121 122 117 } 123 118
Note:
See TracChangeset
for help on using the changeset viewer.