CheckIn: Fix bugzilla bug TVT34:TCT778: TVT - HUN: Truncation in New Web Services Data Source Profile window
diff --git a/plugins/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServiceSelectionPageHelper.java b/plugins/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServiceSelectionPageHelper.java
index 43d2dd2..a78c2d8 100644
--- a/plugins/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServiceSelectionPageHelper.java
+++ b/plugins/org.eclipse.datatools.enablement.oda.ws.ui/src/org/eclipse/datatools/enablement/oda/ws/ui/wizards/WebServiceSelectionPageHelper.java
@@ -163,7 +163,6 @@
Label label = new Label( group, SWT.WRAP );
layoutData = new GridData( GridData.FILL_HORIZONTAL );
- layoutData.heightHint = 35;
label.setLayoutData( layoutData );
label.setText( Messages.getString( "webServiceSelectionPage.label.endPoint" ) );//$NON-NLS-1$
@@ -189,7 +188,6 @@
Label label = new Label( group, SWT.WRAP );
layoutData = new GridData( GridData.FILL_HORIZONTAL );
- layoutData.heightHint = 25;
label.setLayoutData( layoutData );
label.setText( Messages.getString( "webServiceSelectionPage.label.customClass" ) );//$NON-NLS-1$
@@ -208,7 +206,6 @@
Label label = new Label( group, SWT.WRAP );
layoutData = new GridData( GridData.FILL_HORIZONTAL );
- layoutData.heightHint = 20;
label.setLayoutData( layoutData );
label.setText( Messages.getString( "webServiceSelectionPage.label.classPath" ) );//$NON-NLS-1$