Recipe: Changing scrollbar width
Last updated at 2:19 pm UTC on 16 January 2006
Problem
You want to change the width of the scrollbars to either save screen estate or just have a little different UI look.
Solution
Go to the class ScrollPane and change the constant in the method
scrollbarWidth "Includes border"
^ 12
(Or, if you just want narrower scrollbars, there is now a "scrollBarsNarrow" Squeak Performance Tuning available.)
Source
Squeak email list - Stephen T. Pope - 1 Dec 1999
See also
Preferences under help