View Single Post
locusf's Avatar
Posts: 159 | Thanked: 341 times | Joined on Dec 2007 @ Helsinki, Finland
#8
Just edit /usr/share/themes/{yourtheme}/gtk-2.0/gtkrc file (as root) and find out these lines:

Code:
GtkRange::stepper_size = 26
GtkRange::slider_width = 22
Replace the 26 with 38 and 22 with 42.

EDIT: On some themes, this may result in duplicate scrollbars . Thats not very nice...

Heres my diff that I took from regular 14pt echo theme and wide scrollbar version (the above numeric changes were there as well):
14pt echo: style "hildon-im-thumb-scv-font"

Wide scrollbar: style "hildon-im-thumb-scv" = "osso-logical-colors"

14pt echo: widget "*osso-im-scv-renderer" style "hildon-im-thumb-scv-fon

Wide scrollbar: widget "*osso-im-scv-renderer" style "hildon-im-thumb-scv"

So just use the wide scrollbar thingies if you get the duplicate scrollbars, I guess.
__________________
Regards,
LoCusF
http://locusf.blogspot.com

Last edited by locusf; 2008-04-08 at 10:44.
 

The Following 2 Users Say Thank You to locusf For This Useful Post: