View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#446
bdraws:

Thanks very much for that tutorial!

Unfortunately, your solution did not work for me. However, your tutorial made me do some searching, and I found this post over at the Ubuntu forums that gave me a working solution.

In OS2008, or in LXDE, edit /home/user/.gtkrc-2.0.mine (using leafpad or whatever you want) to have the following:

Code:
style "wide-scrollbars"
{
	GtkRange       ::slider_width      = 25
	GtkRange       ::stepper_size      = 25
}
class "GtkRange"  style "wide-scrollbars"
This changes the scrollbars for all GTK apps in LXDE and in OS2008.

PS: Thanks to another tip elsewhere in these forums, I also have my scrollbars on the left-hand side, because I am a left-hander. This can be accomplished with the following line in the same file:

Code:
gtk-scrolled-window-placement=top-right
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2009-01-03 at 03:45. Reason: found a working solution