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/section/supplemental/VersionElement.java
21 21
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
22 22
import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
23 23
import eu.etaxonomy.taxeditor.ui.element.IEntityElement;
24
import eu.etaxonomy.taxeditor.ui.element.LayoutConstants;
24 25
import eu.etaxonomy.taxeditor.ui.element.TextWithLabelElement;
25 26

  
26 27
/**
......
50 51
		super(formFactory, parentElement);
51 52
			
52 53
		label_created = formFactory.createLabel(getLayoutComposite(), null, style);
53
		label_created.setLayoutData(CdmFormFactory.FILL_HORIZONTALLY());
54
		label_created.setLayoutData(LayoutConstants.FILL_HORIZONTALLY());
54 55

  
55 56
		label_updated = formFactory.createLabel(getLayoutComposite(), null, style);
56
		label_updated.setLayoutData(CdmFormFactory.FILL_HORIZONTALLY());
57
		label_updated.setLayoutData(LayoutConstants.FILL_HORIZONTALLY());
57 58
		
58 59
		
59 60
		setEntity(entity);

Also available in: Unified diff