summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 36e403be1b..927b17bf08 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -562,6 +562,10 @@ struct user_settings
562 int scrollbar_width; 562 int scrollbar_width;
563#endif 563#endif
564 564
565#ifdef HAVE_TOUCHSCREEN
566 int list_line_padding;
567#endif
568
565 /* goto current song when exiting WPS */ 569 /* goto current song when exiting WPS */
566 bool browse_current; /* 1=goto current song, 570 bool browse_current; /* 1=goto current song,
567 0=goto previous location */ 571 0=goto previous location */