diff options
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-2.0/gtkrc')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/gtkrc | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-2.0/gtkrc b/desktop-themes/BlueMenta/gtk-2.0/gtkrc index f4ed8f84..95e6da2e 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/gtkrc +++ b/desktop-themes/BlueMenta/gtk-2.0/gtkrc @@ -366,7 +366,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 }}
|