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:
parent
6229d623b0
commit
928bcd4809
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue