summaryrefslogtreecommitdiffstats
path: root/ui.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-07-07 22:55:25 +0200
committerDoug Zongker <dougz@android.com>2010-07-08 00:18:27 +0200
commitf291d858f8c9bf40051d50adfd10e758aa222315 (patch)
tree169ee8b6d18727cc6db1cfe89a2ed0d6b31c8b12 /ui.c
parentsupport for ext4/EMMC filesystems in updater binary (diff)
downloadandroid_bootable_recovery-f291d858f8c9bf40051d50adfd10e758aa222315.tar
android_bootable_recovery-f291d858f8c9bf40051d50adfd10e758aa222315.tar.gz
android_bootable_recovery-f291d858f8c9bf40051d50adfd10e758aa222315.tar.bz2
android_bootable_recovery-f291d858f8c9bf40051d50adfd10e758aa222315.tar.lz
android_bootable_recovery-f291d858f8c9bf40051d50adfd10e758aa222315.tar.xz
android_bootable_recovery-f291d858f8c9bf40051d50adfd10e758aa222315.tar.zst
android_bootable_recovery-f291d858f8c9bf40051d50adfd10e758aa222315.zip
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 3bb2c2a9b..ee6a0c5ca 100644
--- a/ui.c
+++ b/ui.c
@@ -29,7 +29,7 @@
#include "minui/minui.h"
#include "recovery_ui.h"
-#define MAX_COLS 64
+#define MAX_COLS 96
#define MAX_ROWS 32
#define CHAR_WIDTH 10