From 60a9f444d398258a87f8e6d9faeef62ad3e93297 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 29 Sep 2015 21:32:45 +0200 Subject: gtk2: some slider fixes --- common/gtk-2.0/main.rc | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'common/gtk-2.0/main.rc') diff --git a/common/gtk-2.0/main.rc b/common/gtk-2.0/main.rc index c850de1..eb9ef82 100644 --- a/common/gtk-2.0/main.rc +++ b/common/gtk-2.0/main.rc @@ -37,11 +37,8 @@ style "default" { GtkScrolledWindow::scrollbar-spacing = 0 GtkScrolledWindow::scrollbars-within-bevel = 1 - GtkVScale::slider_length = 15 - GtkVScale::slider_width = 15 - GtkHScale::slider_length = 15 - GtkHScale::slider_width = 15 - + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 GtkScale::trough-side-details = 1 GtkProgressBar::min-horizontal-bar-height = 8 @@ -1878,7 +1875,7 @@ style "range" { function = BOX detail = "trough-upper" file = "assets/trough-horizontal.png" - border = { 4, 4, 0, 0 } + border = { 8, 8, 0, 0 } stretch = TRUE orientation = HORIZONTAL } @@ -1887,7 +1884,7 @@ style "range" { function = BOX detail = "trough-lower" file = "assets/trough-horizontal-active.png" - border = { 4, 4, 0, 0 } + border = { 8, 8, 0, 0 } stretch = TRUE orientation = HORIZONTAL } @@ -1896,7 +1893,7 @@ style "range" { function = BOX detail = "trough-upper" file = "assets/trough-vertical.png" - border = { 0, 0, 4, 4 } + border = { 0, 0, 8, 8 } stretch = TRUE orientation = VERTICAL } @@ -1905,7 +1902,7 @@ style "range" { function = BOX detail = "trough-lower" file = "assets/trough-vertical-active.png" - border = { 0, 0, 4, 4 } + border = { 0, 0, 8, 8 } stretch = TRUE orientation = VERTICAL } -- cgit v1.2.3