revert mako hack fix. apparently that was not the problem.

Change-Id: I8355e57e351cfae9e1452ad5c80119f712845c25
This commit is contained in:
Koushik Dutta 2012-11-18 11:49:50 -08:00
parent 2f66ccd8f8
commit a6832627da

4
ui.c
View File

@ -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