From f385e36a05966e0df8da1f8cf1222fd42171500f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 13 Aug 2002 20:55:08 +0000 Subject: Getting a few pixels more filename display width by using a smaller cursor icon git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1723 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder/icons.c') diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index a6df8c9c23..e094a12400 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -63,7 +63,7 @@ unsigned char bitmap_icons_6x8[LastIcon][6] = /* Selected */ { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, /* Cursor / Marker */ - { 0x7f, 0x3e, 0x1c, 0x08, 0x00, 0x00 }, + { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 }, }; static unsigned char bitmap_icon_7x8[][7] = -- cgit v1.2.3