From c48dc3b86a81c827eedf3e61c1e6d9b29bb7b269 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 14 Jan 2004 01:50:20 +0000 Subject: Devel snapshot --- src/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui.c') diff --git a/src/gui.c b/src/gui.c index cfd109e..c922aba 100644 --- a/src/gui.c +++ b/src/gui.c @@ -150,7 +150,7 @@ int GUIMessage(GUIBoxType type, const char *title, const char *format,...) } width=(width*8)+18; - height=(no+3)*12; + height=(no+5)*10; if (width>(GFX_WIDTH-10)) width=GFX_WIDTH-10; -- cgit v1.2.3