Do not justify multi terms part.
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 16 Jul 2021 07:09:18 +0000 (09:09 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 16 Jul 2021 07:09:18 +0000 (09:09 +0200)
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;
                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()) {
                placeholder.setLayout(rl);
                List<Term> currentValue = getValue();
                if (currentValue != null && !currentValue.isEmpty()) {