how to widen the width of the vertical scroll bar?

Asked by Eva Crabbs

how to widen the width of the vertical scroll bar?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu unity Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
BabyGeek (babygeek) said :
#1

- Open a terminal then run this: gedit .gtkrc-2.0
- Put this in the file:

style "scroll"
{
    GtkScrollbar::slider-width = 20
}

class "*" style "scroll"

- Change "20"according to the desired width
- Save.
- All the programs started after the change will use the new configuration

Can you help with this problem?

Provide an answer of your own, or ask Eva Crabbs for more information if necessary.

To post a message you must log in.