Refactoring of selection elements. Additional minor refactoring. Fixed a bug with...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / element / AbstractFormSection.java
index 783fa240792008cb966ccd2d2bfee1e664a5a6c5..b245498e9ee82efbc0cfc3d715f0b7903c953434 100644 (file)
@@ -89,12 +89,12 @@ public abstract class AbstractFormSection<ENTITY> extends Section implements
 
                this.formFactory = formFactory;
 
-               this.setLayoutData(CdmFormFactory.FILL());
+               this.setLayoutData(LayoutConstants.FILL());
 
                Composite client = formFactory.createComposite(this, SWT.WRAP);
                client.setBackgroundMode(SWT.INHERIT_DEFAULT);
 
-               TableWrapLayout layout = CdmFormFactory.LAYOUT();
+               TableWrapLayout layout = LayoutConstants.LAYOUT();
                layout.bottomMargin = 10;
                layout.rightMargin = 5;