From 10147ba30a0ffcb31302606ecc23da52e154b6f8 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 16 Oct 2014 23:26:25 +0200 Subject: Menta themes: use an image as resize grip --- desktop-themes/BlueMenta/gtk-2.0/gtkrc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'desktop-themes/BlueMenta/gtk-2.0/gtkrc') 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 }} -- cgit v1.2.1