Fix method name.
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 22 Jul 2021 06:44:56 +0000 (08:44 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 22 Jul 2021 06:44:56 +0000 (08:44 +0200)
core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/MultiTermsPart.java

index 7628a3ab12386443e45874ecce100d97c20552a2..8d407638626ecc8885b08b2b78d53b47f86bc591 100644 (file)
@@ -44,7 +44,7 @@ public class MultiTermsPart extends AbstractTermsPart {
 
                boolean vertical = SWT.VERTICAL == (getStyle() & SWT.VERTICAL);
                RowLayout rl = new RowLayout(vertical ? SWT.VERTICAL : SWT.HORIZONTAL);
-               rl = CmsUiUtils.noSpaceRowLayout(rl);
+               rl = CmsUiUtils.noMarginsRowLayout(rl);
 //             rl.wrap = true;
 //             rl.justify = true;
                placeholder.setLayout(rl);