summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-2.0/gtkrc
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0/gtkrc')
-rw-r--r--desktop-themes/Menta/gtk-2.0/gtkrc21
1 files changed, 17 insertions, 4 deletions
diff --git a/desktop-themes/Menta/gtk-2.0/gtkrc b/desktop-themes/Menta/gtk-2.0/gtkrc
index 70c20232..c33b07fb 100644
--- a/desktop-themes/Menta/gtk-2.0/gtkrc
+++ b/desktop-themes/Menta/gtk-2.0/gtkrc
@@ -62,7 +62,7 @@ style "murrine-default" {
GtkScrollbar ::activate-slider = 1
GtkScrolledWindow ::scrollbar-spacing = 0
- GtkScrolledWindow ::scrollbars-within-bevel = 1
+ GtkScrolledWindow ::scrollbars-within-bevel = 0
GtkPaned ::handle-size = 2
@@ -104,8 +104,8 @@ style "murrine-default" {
GtkToolbar ::window-dragging = 1
# The little lovely gripper at the bottom right needs to stay.
- GtkWindow ::resize-grip-height = 15
- GtkWindow ::resize-grip-width = 15
+ GtkWindow ::resize-grip-height = 13
+ GtkWindow ::resize-grip-width = 13
xthickness = 1
ythickness = 1
@@ -371,7 +371,20 @@ style "murrine-progressbar" = "murrine-thin" {
}
style "murrine-statusbar" {
- xthickness = 2
+ xthickness = 0
+ engine "pixmap"
+ {
+ image
+ {
+ function = RESIZE_GRIP
+ recolorable = TRUE
+ state = NORMAL
+ detail = "statusbar"
+ overlay_file = "widgets/Others/resize-grip.png"
+ overlay_border = {0,0,0,0 }
+ overlay_stretch = FALSE
+ }
+ }
}
style "murrine-comboboxentry" { engine "murrine" { contrast = .4 }}