summaryrefslogtreecommitdiff
path: root/src/gui.c
diff options
context:
space:
mode:
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;