From 567d83e6bef4938a4fee5a8e3e6fe7f87e62d753 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 17 Aug 2009 22:41:22 +0000 Subject: FS#10534: Make scrollbar width variable through a setting (useful for touchscreen targets) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22387 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings_list.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/settings_list.c') 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[] = { VIEWPORT_SETTING(remote_ui_vp_config, "remote ui viewport"), #endif #endif + + INT_SETTING(0, scrollbar_width, LANG_SCROLLBAR_WIDTH, 6, "scrollbar width", + UNIT_INT, 6, 20, 1, NULL, NULL, NULL), }; const int nb_settings = sizeof(settings)/sizeof(*settings); -- cgit v1.2.3