diff options
Diffstat (limited to 'common/gtk-2.0/main.rc')
-rw-r--r-- | common/gtk-2.0/main.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-2.0/main.rc b/common/gtk-2.0/main.rc index eb9ef82..f9487b3 100644 --- a/common/gtk-2.0/main.rc +++ b/common/gtk-2.0/main.rc @@ -27,7 +27,7 @@ style "default" { GtkScrollbar::trough-border = 0 GtkRange::trough-border = 0 - GtkRange::slider-width = 11 + GtkRange::slider-width = 13 GtkRange::stepper-size = 0 GtkScrollbar::activate-slider = 1 @@ -553,7 +553,7 @@ style "scrollbar" { image { function = BOX detail = "trough" - file = "assets/trough-scrollbar.png" + file = "assets/trough-scrollbar-horiz.png" border = { 2, 2, 3, 3 } stretch = TRUE orientation = HORIZONTAL @@ -562,7 +562,7 @@ style "scrollbar" { image { function = BOX detail = "trough" - file = "assets/trough-scrollbar.png" + file = "assets/trough-scrollbar-vert.png" border = { 3, 3, 2, 2 } stretch = TRUE orientation = VERTICAL |