Project

General

Profile

« Previous | Next » 

Revision bf20bbfd

Added by Katja Luther almost 4 years ago

adapt editor to value of statisticalMeasurementValue as BigDecimal

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/media/ImageFileElement.java
106 106
        this.parentFormElement = formElement;
107 107
        this.style = style;
108 108

  
109
		text_height = formFactory.createNumberTextWithLabelElement(formElement, "Height", null, style);
109
		text_height = formFactory.createFloatTextWithLabelElement(formElement, "Height", null, style);
110 110
		text_height.setEnabled(false);
111
		text_width = formFactory.createNumberTextWithLabelElement(formElement, "Width", null, style);
111
		text_width = formFactory.createFloatTextWithLabelElement(formElement, "Width", null, style);
112 112
		text_width.setEnabled(false);
113 113
		element_keyValue = formFactory.createKeyValueViewerElement(formElement, "Key", "Value", null);
114 114
	}

Also available in: Unified diff