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 /apps/plugins | |
| parent | 62aaf1d734d7973b8f8d6d7108c085f525d7b7fe (diff) | |
| download | rockbox-375b225fac4772586a8a6fab8da6a4a9b44b6844.zip rockbox-375b225fac4772586a8a6fab8da6a4a9b44b6844.tar.gz rockbox-375b225fac4772586a8a6fab8da6a4a9b44b6844.tar.bz2 rockbox-375b225fac4772586a8a6fab8da6a4a9b44b6844.tar.xz | |
Ipod mini: Correct placement of odd bubble rows.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9750 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -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 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) */ |