From: Patrick Plitzner Date: Mon, 24 Aug 2015 17:43:49 +0000 (+0200) Subject: Remove equal width from columns X-Git-Tag: 3.8.0^2~52 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/e96340a6a54d92e0875a16ea67b90dfbd0bd5928 Remove equal width from columns --- diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/UriWithLabelElement.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/UriWithLabelElement.java index 0ac7c1e4a..4f5bcde7f 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/UriWithLabelElement.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/UriWithLabelElement.java @@ -25,7 +25,6 @@ import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.Layout; import org.eclipse.ui.PartInitException; import org.eclipse.ui.PlatformUI; -import org.eclipse.ui.forms.widgets.TableWrapData; import org.eclipse.ui.forms.widgets.TableWrapLayout; import eu.etaxonomy.taxeditor.model.ImageResources; @@ -56,7 +55,7 @@ public class UriWithLabelElement extends TextWithLabelElement { Composite layoutComposite = formFactory.createComposite(getLayoutComposite()); addControl(layoutComposite); - layoutComposite.setLayout(LayoutConstants.LAYOUT(3, true)); + layoutComposite.setLayout(LayoutConstants.LAYOUT(3, false)); layoutComposite.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(parentNumColumns, 1)); init(formFactory, labelString, null, textHeight, null, false, style, layoutComposite);