summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-17 22:41:22 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-17 22:41:22 +0000
commit567d83e6bef4938a4fee5a8e3e6fe7f87e62d753 (patch)
tree54219cdf6bf416b0956f27fd7996525dd6d282da /apps/gui/list.h
parent13c28e8cbb1e13e044cd68be879a85f1f6b75021 (diff)
downloadrockbox-567d83e6bef4938a4fee5a8e3e6fe7f87e62d753.tar.gz
rockbox-567d83e6bef4938a4fee5a8e3e6fe7f87e62d753.zip
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
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h2
1 files changed, 1 insertions, 1 deletions
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 @@
26#include "icon.h" 26#include "icon.h"
27#include "screen_access.h" 27#include "screen_access.h"
28 28
29#define SCROLLBAR_WIDTH 6 29#define SCROLLBAR_WIDTH global_settings.scrollbar_width
30 30
31enum list_wrap { 31enum list_wrap {
32 LIST_WRAP_ON = 0, 32 LIST_WRAP_ON = 0,