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/LabelElement.java
37 37
		super(formFactory, formElement);
38 38
		
39 39
		label = formFactory.createLabel(getLayoutComposite(), text, SWT.WRAP);
40
		label.setLayoutData(CdmFormFactory.FILL_HORIZONTALLY(2, 1));
40
		label.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
41 41
		addControl(label);
42 42
	}
43 43

  

Also available in: Unified diff