diff options
author | Horst3180 | 2015-09-24 00:54:50 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-24 00:54:50 +0200 |
commit | 54700ec66c1e1727329abc3a3c27baa504163492 (patch) | |
tree | f17d1ea88508cbe86f41d139ff5ba0ac50e9fcc9 /common/gtk-2.0/main.rc | |
parent | 519ff85f86a1da78ec2c4eb25dce5f4dd50f95a7 (diff) | |
download | solarc-theme-54700ec66c1e1727329abc3a3c27baa504163492.tar.gz solarc-theme-54700ec66c1e1727329abc3a3c27baa504163492.tar.xz solarc-theme-54700ec66c1e1727329abc3a3c27baa504163492.zip |
gtk2 improvements
Diffstat (limited to 'common/gtk-2.0/main.rc')
-rw-r--r-- | common/gtk-2.0/main.rc | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/common/gtk-2.0/main.rc b/common/gtk-2.0/main.rc index 665be9b..c850de1 100644 --- a/common/gtk-2.0/main.rc +++ b/common/gtk-2.0/main.rc @@ -42,6 +42,11 @@ style "default" { GtkHScale::slider_length = 15 GtkHScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + GtkStatusbar::shadow_type = GTK_SHADOW_NONE GtkSpinButton::shadow_type = GTK_SHADOW_NONE GtkMenuBar::shadow-type = GTK_SHADOW_NONE @@ -1871,7 +1876,7 @@ style "range" { image { function = BOX - detail = "trough" + detail = "trough-upper" file = "assets/trough-horizontal.png" border = { 4, 4, 0, 0 } stretch = TRUE @@ -1880,13 +1885,31 @@ style "range" { image { function = BOX - detail = "trough" + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 4, 4, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" file = "assets/trough-vertical.png" border = { 0, 0, 4, 4 } stretch = TRUE orientation = VERTICAL } + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + # Horizontal image { |