diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-14 01:50:20 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-14 01:50:20 +0000 |
commit | c48dc3b86a81c827eedf3e61c1e6d9b29bb7b269 (patch) | |
tree | 2b7ea94d3b056eb659d49c0593f2ce794bb22678 /src/gui.c | |
parent | 44ffbe36a8e7eaab7d7851bb79f229c4383c6545 (diff) |
Devel snapshot
Diffstat (limited to 'src/gui.c')
-rw-r--r-- | src/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |