diff options
author | Horst3180 | 2015-09-29 21:32:45 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-29 21:32:45 +0200 |
commit | 60a9f444d398258a87f8e6d9faeef62ad3e93297 (patch) | |
tree | ee9c0d7a0f1e5ce576f4514ca0de37142ece9bfd /common/gtk-2.0/main.rc | |
parent | 5b8685740b7ce7366aad559802cc51d7ccfceacb (diff) | |
download | solarc-theme-60a9f444d398258a87f8e6d9faeef62ad3e93297.tar.gz solarc-theme-60a9f444d398258a87f8e6d9faeef62ad3e93297.tar.xz solarc-theme-60a9f444d398258a87f8e6d9faeef62ad3e93297.zip |
gtk2: some slider fixes
Diffstat (limited to 'common/gtk-2.0/main.rc')
-rw-r--r-- | common/gtk-2.0/main.rc | 15 |
1 files changed, 6 insertions, 9 deletions
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 } |