xopher
Member
If like me you use the XFCE desktop more on your Pandora you might be annoyed with the default width of the scroll bars. I didn't see (or really look) for anything in XFCE settings to change the width. I did some searching because mousing with the nub and using the stylus was a bit of a PITA to me when it came to scroll bar usage. I came across the following page that helped remedy this annoyance for me.
http://ubuntuforums.org/showthread.php?t=255065
For the too lazy to click you must create a file in your homedir called .gtkrc-2.0
Next paste the following text inside and save:
Restart your XFCE session.
Enjoy!
Using a width of 25 makes using the scroll bar more manageable. Adjust to your personal liking.
http://ubuntuforums.org/showthread.php?t=255065
For the too lazy to click you must create a file in your homedir called .gtkrc-2.0
Code:
mousepad ~/.gtkrc-2.0
Next paste the following text inside and save:
Code:
style "scroll"
{
GtkScrollbar::slider-width = 25
}
class "*" style "scroll"
Restart your XFCE session.
Enjoy!
Using a width of 25 makes using the scroll bar more manageable. Adjust to your personal liking.