diff options
author | Doug Zongker <dougz@android.com> | 2010-07-07 22:55:25 +0200 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2010-07-08 00:18:27 +0200 |
commit | f291d858f8c9bf40051d50adfd10e758aa222315 (patch) | |
tree | 169ee8b6d18727cc6db1cfe89a2ed0d6b31c8b12 /ui.c | |
parent | support for ext4/EMMC filesystems in updater binary (diff) | |
download | android_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 '')
-rw-r--r-- | ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |