From 375b225fac4772586a8a6fab8da6a4a9b44b6844 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 21 Apr 2006 05:58:38 +0000 Subject: Ipod mini: Correct placement of odd bubble rows. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9750 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bubbles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 2f74e44..05e618e 100755 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -182,7 +182,7 @@ PLUGIN_HEADER #define EMBLEM_HEIGHT 6 #define XOFS 33 #define ROW_HEIGHT 8 -#define ROW_INDENT 6 +#define ROW_INDENT 5 #define MAX_FPS 30 /* 8x7 bubbles (Archos recorder, Ondio) */ -- cgit v1.1