Revision 6558

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/project/ProjectWindow.java
1206 1206
			//m_viewInfo = new ViewInfo(ViewInfo.MAXIMIZABLE+ViewInfo.RESIZABLE);
1207 1207
			m_viewInfo.setWidth(this.getWidth());
1208 1208
			m_viewInfo.setHeight(this.getHeight());
1209
			m_viewInfo.setNormalWidth(this.getPreferredSize().width);
1210
			m_viewInfo.setNormalHeight(this.getPreferredSize().height);
1211

  
1209 1212
			m_viewInfo.setTitle(PluginServices.getText(this, "titulo"));
1210 1213
		//}
1211 1214
		return m_viewInfo;

Also available in: Unified diff