aboutsummaryrefslogtreecommitdiff
path: root/gui/ScrollBarWidget.h
diff options
context:
space:
mode:
authorMax Horn2005-04-17 11:47:44 +0000
committerMax Horn2005-04-17 11:47:44 +0000
commita9f700b0a31c8bf2de7c2adf78a0e2b36f4edfbc (patch)
tree5fe80e0c3338c34295e5e916c655697bb19038dd /gui/ScrollBarWidget.h
parentf4a5d245b58648e3d8fe163ea9ef46cd63407f85 (diff)
downloadscummvm-rg350-a9f700b0a31c8bf2de7c2adf78a0e2b36f4edfbc.tar.gz
scummvm-rg350-a9f700b0a31c8bf2de7c2adf78a0e2b36f4edfbc.tar.bz2
scummvm-rg350-a9f700b0a31c8bf2de7c2adf78a0e2b36f4edfbc.zip
Allow usage of ScrollBarWidget with a non-standard width
svn-id: r17650
Diffstat (limited to 'gui/ScrollBarWidget.h')
-rw-r--r--gui/ScrollBarWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ScrollBarWidget.h b/gui/ScrollBarWidget.h
index 3bf6d1d009..dd132096c5 100644
--- a/gui/ScrollBarWidget.h
+++ b/gui/ScrollBarWidget.h
@@ -26,7 +26,7 @@
namespace GUI {
enum {
- kScrollBarWidth = 9
+ kDefaultScrollBarWidth = 9
};