Calculate the with of the right string.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7235 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Magnus Holmgren 2005-07-24 16:03:44 +00:00
parent 4a53787992
commit 8189be1655

View file

@ -590,7 +590,7 @@ bool quick_screen(int context, int button)
break;
}
lcd_getstringsize(str(LANG_SHUFFLE),&w,&h);
lcd_getstringsize(str(LANG_REPEAT),&w,&h);
lcd_putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h*2, str(LANG_REPEAT));
lcd_putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h, str(LANG_F2_MODE));
lcd_putsxy(LCD_WIDTH - w, LCD_HEIGHT/2, ptr);