summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 1254f46e6c..ef496d5c53 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1550,6 +1550,9 @@ const struct settings_list settings[] = {
1550 VIEWPORT_SETTING(remote_ui_vp_config, "remote ui viewport"), 1550 VIEWPORT_SETTING(remote_ui_vp_config, "remote ui viewport"),
1551#endif 1551#endif
1552#endif 1552#endif
1553
1554 INT_SETTING(0, scrollbar_width, LANG_SCROLLBAR_WIDTH, 6, "scrollbar width",
1555 UNIT_INT, 6, 20, 1, NULL, NULL, NULL),
1553}; 1556};
1554 1557
1555const int nb_settings = sizeof(settings)/sizeof(*settings); 1558const int nb_settings = sizeof(settings)/sizeof(*settings);