diff options
| author | Mats Lidell <matsl@rockbox.org> | 2002-10-31 17:33:41 +0000 |
|---|---|---|
| committer | Mats Lidell <matsl@rockbox.org> | 2002-10-31 17:33:41 +0000 |
| commit | 097bd10680fca4e746d882e5d8be93eecf43dd83 (patch) | |
| tree | 4470a89c17317cce88b082f7a4dce1b350e4ec90 | |
| parent | a5e77d8f943e602c56036f0f21b60b7f442a3976 (diff) | |
| download | rockbox-097bd10680fca4e746d882e5d8be93eecf43dd83.zip rockbox-097bd10680fca4e746d882e5d8be93eecf43dd83.tar.gz rockbox-097bd10680fca4e746d882e5d8be93eecf43dd83.tar.bz2 rockbox-097bd10680fca4e746d882e5d8be93eecf43dd83.tar.xz | |
Adjusted position of second icon line.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2791 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/common/lcd-playersim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/lcd-playersim.c b/uisimulator/common/lcd-playersim.c index f789491..a337b3f 100644 --- a/uisimulator/common/lcd-playersim.c +++ b/uisimulator/common/lcd-playersim.c @@ -49,7 +49,7 @@ extern unsigned const char *lcd_ascii; void lcd_print_icon(int x, int icon_line, bool enable, char **icon) { int xpos = x; - int ypos = icon_line*(ICON_HEIGHT+CHAR_HEIGHT*2); + int ypos = icon_line*(ICON_HEIGHT+CHAR_HEIGHT*2*4); int row=0, col; int p=0, cp=0; |