Project

General

Profile

« Previous | Next » 

Revision 23783f7a

Added by Niels Hoffmann about 12 years ago

Refactoring of selection elements. Additional minor refactoring. Fixed a bug with Translation Editor (#2752)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/PartialElement.java
44 44
			ICdmFormElement formElement, String labelString, int style) {
45 45
		super(formFactory, formElement);
46 46
		
47
		formElement.getLayoutComposite().setLayout(CdmFormFactory.LAYOUT(7, false));
47
		formElement.getLayoutComposite().setLayout(LayoutConstants.LAYOUT(7, false));
48 48
		
49 49
		label = formFactory.createLabel(getLayoutComposite(), labelString);
50 50
		addControl(label);

Also available in: Unified diff