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:
parent
4a53787992
commit
8189be1655
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue