From 17b3bea830f05f7589db7610ee17c42da0da5f7d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 27 Sep 2002 07:13:02 +0000 Subject: 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 --- apps/recorder/wormlet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder') 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 @@ /* size of the field the worm lives in */ #define FIELD_RECT_X 1 #define FIELD_RECT_Y 1 -#define FIELD_RECT_WIDTH (LCD_WIDTH - 39) +#define FIELD_RECT_WIDTH (LCD_WIDTH - 45) #define FIELD_RECT_HEIGHT (LCD_HEIGHT - 2) /* size of the ring of the worm -- cgit v1.2.3