*** empty log message ***
diff --git a/update/org.eclipse.update.ui/srcnew/org/eclipse/update/internal/ui/properties/FeatureGeneralPropertyPage.java b/update/org.eclipse.update.ui/srcnew/org/eclipse/update/internal/ui/properties/FeatureGeneralPropertyPage.java
index 6666e88..2625301 100644
--- a/update/org.eclipse.update.ui/srcnew/org/eclipse/update/internal/ui/properties/FeatureGeneralPropertyPage.java
+++ b/update/org.eclipse.update.ui/srcnew/org/eclipse/update/internal/ui/properties/FeatureGeneralPropertyPage.java
@@ -107,7 +107,7 @@
 								| SWT.H_SCROLL
 								| SWT.BORDER
 								| SWT.WRAP);
-					//gd.heightHint = 300;
+					gd.heightHint = 200;
 					gd.widthHint = 350;
 					text.setEditable(false);
 					text.setText(annotation);
diff --git a/update/org.eclipse.update.ui/srcnew/org/eclipse/update/internal/ui/properties/FeatureLicensePropertyPage.java b/update/org.eclipse.update.ui/srcnew/org/eclipse/update/internal/ui/properties/FeatureLicensePropertyPage.java
index 592e4e1..a0642f4 100644
--- a/update/org.eclipse.update.ui/srcnew/org/eclipse/update/internal/ui/properties/FeatureLicensePropertyPage.java
+++ b/update/org.eclipse.update.ui/srcnew/org/eclipse/update/internal/ui/properties/FeatureLicensePropertyPage.java
@@ -39,7 +39,7 @@
 			if (annotation != null && annotation.length() > 0) {
 				Text text = new Text(composite, SWT.MULTI | SWT.V_SCROLL | SWT.H_SCROLL | SWT.BORDER | SWT.WRAP);
 				GridData gd = new GridData(GridData.FILL_BOTH);
-				//gd.heightHint = 350;
+				gd.heightHint = 200;
 				gd.widthHint = 350;
 				text.setLayoutData(gd);
 				text.setText(annotation);