Revision 3736 org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.algorithm/org.gvsig.raster.tools.algorithm.swing/org.gvsig.raster.tools.algorithm.swing.impl/src/main/java/org/gvsig/raster/tools/algorithm/swing/impl/saveraster/PrintAndPxSelectionPanel.java

View differences:

PrintAndPxSelectionPanel.java
39 39
		
40 40
		GridBagConstraints gbc = new GridBagConstraints();
41 41
		gbc.fill = GridBagConstraints.HORIZONTAL;
42
		gbc.insets = new Insets(2, 2, 2, 2);
42
		gbc.insets = new Insets(4, 4, 4, 4);
43 43
		gbc.weightx = 1;
44 44
		gbc.weighty = 0;
45 45
		

Also available in: Unified diff