diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/settings_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index 521d565..e739f40 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -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 |