1
0
Fork 0
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:
Heikki Hannikainen 2002-08-29 19:32:09 +00:00
parent a6000f991a
commit a487ef2acd

View file

@ -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;
}