aboutsummaryrefslogtreecommitdiffstats
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui.c b/ui.c
index c6f2569..8dce895 100644
--- a/ui.c
+++ b/ui.c
@@ -45,8 +45,8 @@ static int gShowBackButton = 0;
#define MAX_COLS 96
#define MAX_ROWS 32
-#define MENU_MAX_COLS 76
-#define MENU_MAX_ROWS 275
+#define MENU_MAX_COLS 64
+#define MENU_MAX_ROWS 250
#define MIN_LOG_ROWS 3