[gnome-themes-standard] gtk2: remove borders from wilbert frame in gimp.



commit 01ae081ef53f384e64adab025041ae3687864d6b
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Wed Sep 12 22:20:07 2012 +0200

    gtk2: remove borders from wilbert frame in gimp.

 themes/Adwaita/gtk-2.0/gtkrc |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index b0334e2..cd9a679 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -1828,6 +1828,17 @@ style "frame"
         }
 }
 
+style "gimp_toolbox_frame"
+{
+        engine "pixmap"
+	{
+        image
+        {
+                function		= SHADOW
+        }
+        }
+}
+
 style "toolbar"
 {
         engine "pixmap"
@@ -1953,6 +1964,8 @@ widget_class "*<GtkNotebook>.<GtkLabel>"                style "notebook_tab_labe
 # GIMP
 # Disable gradients completely for GimpSpinScale
 class "GimpSpinScale"                   style "gimp_spin_scale"
+# Remove borders from "Wilbert frame" in Gimp
+widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame"
 
 # Chrome/Chromium
 class "ChromeGtkFrame" 			             style "chrome-gtk-frame"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]