Revision 15283

View differences:

import/ext3D/trunk/ext3D/src/com/iver/ai2/gvsig3d/gui/VectorLayerMenu.java
73 73
public class VectorLayerMenu extends JDialog implements MouseListener, ItemListener {
74 74

  
75 75

  
76
	private int width = 263;
76
//	private int width = 273;
77
//
78
//	private int height = 179;
79
//	
80
	private int width = 285;
77 81

  
78
	private int height = 164;
82
	private int height = 190;
79 83

  
80 84
	private Checkbox aButton;  //  @jve:decl-index=0:visual-constraint="359,41"
81 85

  
......
118 122
		// Inicialize component
119 123
		this.setTitle(PluginServices.getText(this, "Layer_Properties"));
120 124
		// Introducing the margin
121
		this.setSize(new Dimension(263, 174));
125
		this.setSize(new Dimension(width, height));
122 126
		// Dimension of the panel only for java 1.5
123
//		this.setPreferredSize(new Dimension(width, height));
127
		this.setPreferredSize(new Dimension(width, height));
128
		this.setResizable(false);
124 129
		
125 130
		JFrame a = (JFrame)PluginServices.getMainFrame();
126 131
		double posX = a.getBounds().getCenterX();

Also available in: Unified diff