summaryrefslogtreecommitdiff
path: root/src/gui.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-14 01:50:20 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-14 01:50:20 +0000
commitc48dc3b86a81c827eedf3e61c1e6d9b29bb7b269 (patch)
tree2b7ea94d3b056eb659d49c0593f2ce794bb22678 /src/gui.c
parent44ffbe36a8e7eaab7d7851bb79f229c4383c6545 (diff)
Devel snapshot
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c2
1 files changed, 1 insertions, 1 deletions
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;