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 / CheckboxElement.java
index 789e12884f739c65888984a7e3a99e0d2cdee335..7863f78fd8731fff63782052d05289decf1df4d2 100644 (file)
@@ -51,7 +51,7 @@ public class CheckboxElement extends AbstractCdmFormElement implements Selection
                }
                
                checkbox = formFactory.createButton(getLayoutComposite(), null, SWT.CHECK | style);
-               checkbox.setLayoutData(CdmFormFactory.FILL_HORIZONTALLY());
+               checkbox.setLayoutData(LayoutConstants.FILL_HORIZONTALLY());
                
                checkbox.setSelection(initialState);