Revision 8426 trunk/libraries/libJCRS/src/org/gvsig/crs/gui/panels/ProjChooserPanel.java

View differences:

ProjChooserPanel.java
94 94
					csSelect = new CSSelectionDialog();
95 95
					csSelect.setProjection(curProj);
96 96
					
97
					csSelect.setLayout(new GridLayout(0,1));
97
					//csSelect.setLayout(new GridLayout(0,1));
98 98
					
99 99
			        PluginServices.getMDIManager().addWindow(csSelect);
100 100
			        abrev = dataSource+ ":" +String.valueOf(curProj.getCode());

Also available in: Unified diff