diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-14 22:53:49 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-14 22:53:49 +0800 |
commit | 5ec2c902adcace4c61a938c31d96a8730c977ba2 (patch) | |
tree | 31416400af037a94ae8fbb5605842c99129f3a7b /shell/e-splash.c | |
parent | cac8a51a0134f9910a1186be1469f0a22d107f92 (diff) | |
download | gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.tar gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.tar.gz gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.tar.bz2 gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.tar.lz gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.tar.xz gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.tar.zst gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.zip |
Update the splash animation to fit with the new splash design.
svn path=/trunk/; revision=7003
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r-- | shell/e-splash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-splash.c b/shell/e-splash.c index ce6aaae6b7..f8fe74c71d 100644 --- a/shell/e-splash.c +++ b/shell/e-splash.c @@ -55,7 +55,7 @@ struct _ESplashPrivate { /* Layout constants. These need to be changed if the splash changes. */ -#define ICON_Y 256 +#define ICON_Y 280 #define ICON_SIZE 32 |