Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2011-05-26 16:46:59 +0000
committerMarkus Knauer2011-05-26 16:46:59 +0000
commitba2c547f3be78a72e12da372764a040f065c2f9e (patch)
tree368afdc0ff2a7cd928193ac4e7bba3f0b6f47c5a /packages/org.eclipse.epp.package.modeling.feature/epp.product
parent592f06458f83aca0a9202a2f8a8da43d4e3f29a0 (diff)
downloadorg.eclipse.epp.packages-ba2c547f3be78a72e12da372764a040f065c2f9e.tar.gz
org.eclipse.epp.packages-ba2c547f3be78a72e12da372764a040f065c2f9e.tar.xz
org.eclipse.epp.packages-ba2c547f3be78a72e12da372764a040f065c2f9e.zip
* all: bug 317455: Descending stroke of letters such as 'g' cut off on splash screen
Diffstat (limited to 'packages/org.eclipse.epp.package.modeling.feature/epp.product')
-rw-r--r--packages/org.eclipse.epp.package.modeling.feature/epp.product4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.modeling.feature/epp.product b/packages/org.eclipse.epp.package.modeling.feature/epp.product
index fa3bb089..3222b64c 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/epp.product
+++ b/packages/org.eclipse.epp.package.modeling.feature/epp.product
@@ -28,7 +28,9 @@
<windowImages i16="/org.eclipse.epp.package.modeling/eclipse.png" i32="/org.eclipse.epp.package.modeling/eclipse32.png" i48="/org.eclipse.epp.package.modeling/eclipse48.png"/>
<splash
- startupProgressRect="5,275,445,15" />
+ startupProgressRect="0,280,455,15"
+ startupMessageRect="7,220,441,20"
+ startupForegroundColor="C8D5EA" />
<launcher name="eclipse">
<solaris/>
<win useIco="false">

Back to the top