Remove equal width from columns
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / element / UriWithLabelElement.java
index 0ac7c1e4afc09ea6d2a3adfd97e1cc2ab0ce9196..4f5bcde7fbb96d30a6493450205ec6d4097b2ea9 100644 (file)
@@ -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);