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/gui/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui') diff --git a/apps/gui/list.h b/apps/gui/list.h index 23997e8a65..7148e340cc 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h @@ -26,7 +26,7 @@ #include "icon.h" #include "screen_access.h" -#define SCROLLBAR_WIDTH 6 +#define SCROLLBAR_WIDTH global_settings.scrollbar_width enum list_wrap { LIST_WRAP_ON = 0, -- cgit v1.2.3