From 1502aa978691213f2fcdeae15ba2a401edaaae5e Mon Sep 17 00:00:00 2001 From: Tuomas Kuosmanen Date: Fri, 26 Jun 1998 19:31:39 +0000 Subject: [PATCH] Made the splash-screen min-width a little smaller to fit the eye-candy splash-screen better /tigert --- app/app_procs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app_procs.c b/app/app_procs.c index d9767e9728..17bcc436a3 100644 --- a/app/app_procs.c +++ b/app/app_procs.c @@ -61,7 +61,7 @@ #include "config.h" -#define LOGO_WIDTH_MIN 350 +#define LOGO_WIDTH_MIN 300 #define LOGO_HEIGHT_MIN 110 #define NAME "The GIMP" #define BROUGHT "brought to you by"