gimp r25589 - in trunk: . themes/Default themes/Small



Author: neo
Date: Thu May  8 14:36:17 2008
New Revision: 25589
URL: http://svn.gnome.org/viewvc/gimp?rev=25589&view=rev

Log:
2008-05-08  Sven Neumann  <sven gimp org>

	* themes/Default/gtkrc 
	* themes/Small/gtkrc: further shrink the status-bar widgets.



Modified:
   trunk/ChangeLog
   trunk/themes/Default/gtkrc
   trunk/themes/Small/gtkrc

Modified: trunk/themes/Default/gtkrc
==============================================================================
--- trunk/themes/Default/gtkrc	(original)
+++ trunk/themes/Default/gtkrc	Thu May  8 14:36:17 2008
@@ -101,6 +101,9 @@
   GimpUnitComboBox::label-scale  = 0.8333
   GimpScaleComboBox::label-scale = 0.8333
   GtkComboBox::arrow-size        = 8
+  GtkButton::inner-border        = { 0, 0, 0, 0 }
+  GtkButton::focus_line_width    = 0
+  GtkButton::focus_padding       = 0
 }
 
 widget "*GimpDisplayShell.*" style "gimp-display-style"

Modified: trunk/themes/Small/gtkrc
==============================================================================
--- trunk/themes/Small/gtkrc	(original)
+++ trunk/themes/Small/gtkrc	Thu May  8 14:36:17 2008
@@ -98,6 +98,9 @@
   GimpUnitComboBox::label-scale  = 0.8333
   GimpScaleComboBox::label-scale = 0.8333
   GtkComboBox::arrow-size        = 8
+  GtkButton::inner-border        = { 0, 0, 0, 0 }
+  GtkButton::focus_line_width    = 0
+  GtkButton::focus_padding       = 0
 }
 
 widget "*GimpDisplayShell.*" style "gimp-display-style"



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