forked from len0rd/rockbox
With proportional fonts on the recorder, the scroll speed indicator in scroll
speed setting was not long enough to actually start scrolling 8-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2063 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a6000f991a
commit
a487ef2acd
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ static Menu backlight_timer(void)
|
|||
|
||||
static Menu scroll_speed(void)
|
||||
{
|
||||
set_int("Scroll speed indicator...", "", &global_settings.scroll_speed,
|
||||
set_int("Scroll speed indicator... ", "", &global_settings.scroll_speed,
|
||||
&lcd_scroll_speed, 1, 1, 20 );
|
||||
return MENU_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue