summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-27 07:13:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-27 07:13:02 +0000
commit17b3bea830f05f7589db7610ee17c42da0da5f7d (patch)
tree44ee90cf2e9e0e0e464c4472208b3af09577c6a7
parent71d35b31f2c7b46143757585a1aec120c05309a8 (diff)
downloadrockbox-17b3bea830f05f7589db7610ee17c42da0da5f7d.tar.gz
rockbox-17b3bea830f05f7589db7610ee17c42da0da5f7d.zip
Phil modified FIELD_RECT_WIDTH for the new default font
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2433 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/recorder/wormlet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/wormlet.c b/apps/recorder/wormlet.c
index 5fb48aa48e..76f70169b5 100644
--- a/apps/recorder/wormlet.c
+++ b/apps/recorder/wormlet.c
@@ -39,7 +39,7 @@
39/* size of the field the worm lives in */ 39/* size of the field the worm lives in */
40#define FIELD_RECT_X 1 40#define FIELD_RECT_X 1
41#define FIELD_RECT_Y 1 41#define FIELD_RECT_Y 1
42#define FIELD_RECT_WIDTH (LCD_WIDTH - 39) 42#define FIELD_RECT_WIDTH (LCD_WIDTH - 45)
43#define FIELD_RECT_HEIGHT (LCD_HEIGHT - 2) 43#define FIELD_RECT_HEIGHT (LCD_HEIGHT - 2)
44 44
45/* size of the ring of the worm 45/* size of the ring of the worm