Revision 21658

View differences:

trunk/extensions/extRemoteSensing/src/org/gvsig/remotesensing/classification/gui/ClassificationPanel.java
206 206
			c.fill = GridBagConstraints.BOTH;
207 207
			c.insets=new Insets(2,2,2,2);
208 208
			c.weightx = 1;
209
			c.weighty = 0.4;
209
			c.weighty = 0.5;
210 210
			c.gridx = 0;
211 211
			c.gridy = 0;
212 212
			panelTab1.add(selectionImagenPanel, c);

Also available in: Unified diff