Revision 16088 trunk/extensions/extRemoteSensing/src/org/gvsig/remotesensing/gridmath/gui/CalculatorDialog.java

View differences:

CalculatorDialog.java
69 69
	
70 70
	private View view = null;
71 71
	private CalculatorPanel calculatorPanel = null;
72
	private int width=780;
73
	private int height=340;
72
	private int width=630;
73
	private int height=300;
74 74

  
75 75
	/**
76 76
	 * @see com.iver.mdiApp.ui.MDIManager.View#getViewInfo()
......
106 106
		this.view = view;
107 107
		this.setPreferredSize(new Dimension(width, height));
108 108
		this.setSize(width, height);
109
		this.setLayout(new BorderLayout(5, 5));
109
		this.setLayout(new BorderLayout(3, 3));
110 110
		this.add(getCalculatorPanel(), java.awt.BorderLayout.CENTER);
111 111
	}
112 112

  

Also available in: Unified diff