diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-04-21 05:58:38 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-04-21 05:58:38 +0000 |
commit | 375b225fac4772586a8a6fab8da6a4a9b44b6844 (patch) | |
tree | 25101fef7901dd5c34aa2f74b7d8a8e488055db9 | |
parent | 62aaf1d734d7973b8f8d6d7108c085f525d7b7fe (diff) |
Ipod mini: Correct placement of odd bubble rows.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9750 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-x | apps/plugins/bubbles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 2f74e44c72..05e618e525 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) */ |