summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 62ae038385..5b876d3e67 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -531,12 +531,15 @@ struct user_settings
531#ifdef HAVE_LCD_BITMAP 531#ifdef HAVE_LCD_BITMAP
532 int scrollbar; /* SCROLLBAR_* enum values */ 532 int scrollbar; /* SCROLLBAR_* enum values */
533 int scrollbar_width; 533 int scrollbar_width;
534#endif
535 534
536#ifdef HAVE_TOUCHSCREEN 535#ifdef HAVE_TOUCHSCREEN
537 int list_line_padding; 536 int list_line_padding;
538#endif 537#endif
539 538#if LCD_DEPTH > 1
539 int list_separator_height; /* -1=auto (== 1 currently), 0=disabled, X=height in pixels */
540 int list_separator_color;
541#endif
542#endif
540 /* goto current song when exiting WPS */ 543 /* goto current song when exiting WPS */
541 bool browse_current; /* 1=goto current song, 544 bool browse_current; /* 1=goto current song,
542 0=goto previous location */ 545 0=goto previous location */