Do not justify multi terms part.
[gpl/argeo-suite.git] / core / org.argeo.entity.ui / src / org / argeo / entity / ui / forms / MultiTermsPart.java
index 67a4ede20020cb2058525f47503d7da5292a9efe..395e7ef8a87375cd7dc12093b4aa56949cb5f8f8 100644 (file)
@@ -47,7 +47,7 @@ public class MultiTermsPart extends AbstractTermsPart {
                boolean vertical = SWT.VERTICAL == (getStyle() & SWT.VERTICAL);
                RowLayout rl = new RowLayout(vertical ? SWT.VERTICAL : SWT.HORIZONTAL);
 //             rl.wrap = true;
-               rl.justify = true;
+//             rl.justify = true;
                placeholder.setLayout(rl);
                List<Term> currentValue = getValue();
                if (currentValue != null && !currentValue.isEmpty()) {