summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-13 20:55:08 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-13 20:55:08 +0000
commitf385e36a05966e0df8da1f8cf1222fd42171500f (patch)
tree6f53bd3b37a100dc131535125f6298b4fb30e30e /apps/recorder/icons.c
parent5e3e8162ec9bf43b996817f13b1f0bb1ede9997d (diff)
downloadrockbox-f385e36a05966e0df8da1f8cf1222fd42171500f.tar.gz
rockbox-f385e36a05966e0df8da1f8cf1222fd42171500f.zip
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
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c2
1 files changed, 1 insertions, 1 deletions
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] =
63 /* Selected */ 63 /* Selected */
64 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, 64 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c },
65 /* Cursor / Marker */ 65 /* Cursor / Marker */
66 { 0x7f, 0x3e, 0x1c, 0x08, 0x00, 0x00 }, 66 { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 },
67}; 67};
68 68
69static unsigned char bitmap_icon_7x8[][7] = 69static unsigned char bitmap_icon_7x8[][7] =