Revision 30840 trunk/extensions/extGraph/src/org/gvsig/graph/gui/wizard/NetWizard.java

View differences:

NetWizard.java
152 152
    public WindowInfo getWindowInfo() {
153 153
        if (wi==null) {
154 154
            wi = new WindowInfo(WindowInfo.RESIZABLE | WindowInfo.MODALDIALOG);
155
            wi.setWidth(720);
155
            wi.setWidth(790);
156 156
            wi.setHeight(370);
157 157
            wi.setTitle(PluginServices.getText(this, "create_network") + "...");
158 158
        }

Also available in: Unified diff