Revision 8647 trunk/extensions/extGraph_predes/src/com/iver/cit/gvsig/graph/gui/wizard/NetWizard.java

View differences:

NetWizard.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.6  2006-11-09 09:01:05  azabala
46
* Revision 1.7  2006-11-09 12:51:12  jaume
47 47
* *** empty log message ***
48 48
*
49
* Revision 1.6  2006/11/09 09:01:05  azabala
50
* *** empty log message ***
51
*
49 52
* Revision 1.5  2006/11/08 20:14:42  azabala
50 53
* *** empty log message ***
51 54
*
......
131 134
    public WindowInfo getWindowInfo() {
132 135
        if (wi==null) {
133 136
            wi = new WindowInfo(WindowInfo.RESIZABLE | WindowInfo.MODALDIALOG);
134
            wi.setWidth(650);
137
            wi.setWidth(720);
135 138
            wi.setHeight(370);
136 139
            wi.setTitle(PluginServices.getText(this, "create_network") + "...");
137 140
        }

Also available in: Unified diff