Revision 4346 trunk/extensions/extCatalogYNomenclator/src/es/gva/cit/gvsig/gazetteer/gui/ConnectDialog.java

View differences:

ConnectDialog.java
74 74
     *
75 75
     */
76 76
    private void init() {
77
		this.setBounds(0, 0, 610, 265);
77
		this.setBounds(0, 0, 610, 263);
78 78
		setName("connectDialog");
79 79
    }
80 80
   
......
87 87
        closeJDialog();
88 88
		
89 89
        JDialog panel = new JDialog((Frame) PluginServices.getMainFrame(), false);
90
	    Frames.searchDialogPosition(panel,525,120);
90
	    Frames.searchDialogPosition(panel,525,118);
91 91
	    panel.setTitle(PluginServices.getText(this, "gazetteer_search") + " ["+ getCurrentServer()+"]");
92 92
	    panel.setResizable(false);
93 93
	    

Also available in: Unified diff