Revision 2550

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/dialogs/JPRotation.java
127 127
	private JTextField getTxtRotation() {
128 128
		if (txtRotation == null) {
129 129
			txtRotation = new JTextField();
130
			txtRotation.setPreferredSize(new java.awt.Dimension(50,24));
130
			txtRotation.setPreferredSize(new java.awt.Dimension(45,24));
131 131
			txtRotation.addKeyListener(new java.awt.event.KeyAdapter() { 
132 132
				public void keyReleased(java.awt.event.KeyEvent e) {    
133 133
					//ensureDouble(txtRotation);
......
211 211
	 */
212 212
	private void initialize() {
213 213
		this.setLayout(new BorderLayout());
214
		this.setSize(127, 112);
214
		this.setSize(122, 112);
215 215
		this.setBorder(javax.swing.BorderFactory.createTitledBorder(null, PluginServices.getText(this,"grados"), javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, null, null));
216 216
		this.setPreferredSize(new java.awt.Dimension(102,80));
217 217
		this.add(getPRotationView(), java.awt.BorderLayout.NORTH);

Also available in: Unified diff