Bug 548544 - Enlarge height of progress area

With bigger font sizes the progress area of the splash screen can cut
off the label. Enlarge the height of the progress area by 5 pixels, such
that the progress message may "touch" the progress bar.

The positioning of text and progress bar does not change. See bug for
screenshot with changes.

Change-Id: Ica78230a4aeae4e7cd5cd1b695f37eff9f2e3115
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
diff --git a/platform/org.eclipse.platform/plugin.xml b/platform/org.eclipse.platform/plugin.xml
index a3d6d0d..42dbe4d 100644
--- a/platform/org.eclipse.platform/plugin.xml
+++ b/platform/org.eclipse.platform/plugin.xml
@@ -46,7 +46,7 @@
 				value="ffffff"/>
           <property
                 name="startupMessageRect"
-                value="7,265,320,20"/>
+                value="7,265,320,25"/>
           <property
                 name="startupProgressRect"
                 value="2,290,450,10"/>
diff --git a/platform/org.eclipse.sdk/plugin.xml b/platform/org.eclipse.sdk/plugin.xml
index 0c92dfd..ef0fb9a 100644
--- a/platform/org.eclipse.sdk/plugin.xml
+++ b/platform/org.eclipse.sdk/plugin.xml
@@ -45,7 +45,7 @@
 				value="ffffff"/>
           <property
                 name="startupMessageRect"
-                value="7,265,320,20"/>
+                value="7,265,320,25"/>
           <property
                 name="startupProgressRect"
                 value="2,290,450,10"/>