completing merge from trunk for latest taxed developments
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / element / TextActionElement.java
index 6107975e4039d3dfd73ab452b0056a9cb731f60f..aadf8713ecf7f9d39922b558d6a607dc58415376 100644 (file)
@@ -45,13 +45,13 @@ public class TextActionElement extends AbstractCdmFormElement implements ModifyL
                addControl(label);
                
                box = formFactory.createComposite(getLayoutComposite());
-               box.setLayout(CdmFormFactory.LAYOUT(2, false));
-               box.setLayoutData(CdmFormFactory.FILL_HORIZONTALLY());
+               box.setLayout(LayoutConstants.LAYOUT(2, false));
+               box.setLayoutData(LayoutConstants.FILL_HORIZONTALLY());
                addControl(box);
                
                text = toolkit.createText(box, "", style);
                addControl(text);
-               text.setLayoutData(CdmFormFactory.FILL_HORIZONTALLY());
+               text.setLayoutData(LayoutConstants.FILL_HORIZONTALLY());
                
                setText(CdmUtils.Nz(initialText));