Revision 22869 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/styling/SimpleMarker.java

View differences:

SimpleMarker.java
180 180

  
181 181
		// marker width
182 182
		txtSize = new JIncrementalNumberField("5", 25);
183
		aux.addComponent(PluginServices.getText(this, "width")+":",
183
		aux.addComponent(PluginServices.getText(this, "size")+":",
184 184
				txtSize );
185 185
		txtSize.setDouble(5);
186 186

  

Also available in: Unified diff