Revision 39506

View differences:

trunk/extensions/extGraph/src/org/gvsig/graph/gui/RouteControlPanel.java
504 504
			wi = new WindowInfo(WindowInfo.MODELESSDIALOG
505 505
				    | WindowInfo.MAXIMIZABLE
506 506
					| WindowInfo.ICONIFIABLE | WindowInfo.PALETTE);
507
			wi.setWidth((int) this.getPreferredSize().getWidth() + 10);
508
			wi.setHeight(300);
507
			wi.setWidth((int) this.getPreferredSize().getWidth() + 20);
508
			wi.setHeight(330);
509 509
			wi.setTitle(PluginServices.getText(this, "route_control_panel"));
510 510
		}
511 511
		return wi;
trunk/extensions/extGraph/package.info
2 2
state=final
3 3
name=org.gvsig.graph
4 4
official=true
5
code=org.gvsig.tableExport
5
code=org.gvsig.graph
6 6
operating-system=all
7 7
architecture=all
8 8
java-version=j1_5

Also available in: Unified diff