aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2012-11-18 11:49:50 -0800
committerKoushik Dutta <koushd@gmail.com>2012-11-18 11:49:50 -0800
commita6832627da10b0953e3359fbea14a47328d2df5e (patch)
tree2d26fced12ae6cbe6ff7b7c495f60ec6402a6b71
parent2f66ccd8f8566896d54fbf250adb0fb1e3bd69bb (diff)
downloadbootable_recovery-a6832627da10b0953e3359fbea14a47328d2df5e.zip
bootable_recovery-a6832627da10b0953e3359fbea14a47328d2df5e.tar.gz
bootable_recovery-a6832627da10b0953e3359fbea14a47328d2df5e.tar.bz2
revert mako hack fix. apparently that was not the problem.
Change-Id: I8355e57e351cfae9e1452ad5c80119f712845c25
-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