Revision 39506 trunk/extensions/extGraph/src/org/gvsig/graph/gui/RouteControlPanel.java

View differences:

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;

Also available in: Unified diff