From: Mathieu Baudier Date: Fri, 16 Jul 2021 07:09:18 +0000 (+0200) Subject: Do not justify multi terms part. X-Git-Tag: argeo-suite-2.3.1~20 X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=commitdiff_plain;h=e1b66c8ac6ce9fae8ffc894d809a44a6b184b788 Do not justify multi terms part. --- diff --git a/core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/MultiTermsPart.java b/core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/MultiTermsPart.java index 67a4ede..395e7ef 100644 --- a/core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/MultiTermsPart.java +++ b/core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/MultiTermsPart.java @@ -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 currentValue = getValue(); if (currentValue != null && !currentValue.isEmpty()) {