Correct saved config setting for Line Padding in Lists - fixes FS#12377

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30955 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Chicoine 2011-11-10 12:23:55 +00:00
parent 6229d623b0
commit 928bcd4809

View file

@ -775,7 +775,7 @@ const struct settings_list settings[] = {
NULL, NULL, NULL),
#ifdef HAVE_TOUCHSCREEN
TABLE_SETTING(F_ALLOW_ARBITRARY_VALS, list_line_padding, LANG_LIST_LINE_PADDING,
-1, "list padding", "off,auto", UNIT_PIXEL, list_pad_formatter,
-1, "list padding", "auto,off", UNIT_PIXEL, list_pad_formatter,
list_pad_getlang, NULL, 16,
-1,0,2,4,6,8,10,12,16,20,24,28,32,38,44,50),
#endif