Adapt CMS Web to new assembly approach.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / util / CmsLink.java
index faf01182b82c4d66ea1210b3ea88d5a378c5cacf..b18770f189f3959db89684938580aeb60da7009d 100644 (file)
@@ -85,7 +85,7 @@ public class CmsLink implements CmsUiProvider {
 //                                     + " Make sure bundleContext property is set and init() method has been called.");
 //             }
 
-               Composite comp = new Composite(parent, SWT.BOTTOM);
+               Composite comp = new Composite(parent, SWT.NONE);
                comp.setLayout(CmsUtils.noSpaceGridLayout());
 
                Label link = new Label(comp, SWT.NONE);