gimp r25020 - in branches/weskaggs: . themes/Default



Author: weskaggs
Date: Tue Mar  4 02:20:34 2008
New Revision: 25020
URL: http://svn.gnome.org/viewvc/gimp?rev=25020&view=rev

Log:
Bill Skaggs  <weskaggs primate ucdavis edu>

	* themes/Default/gtkrc: tweak some style values to try to
	reduce wasted space.


Modified:
   branches/weskaggs/ChangeLog
   branches/weskaggs/themes/Default/gtkrc

Modified: branches/weskaggs/themes/Default/gtkrc
==============================================================================
--- branches/weskaggs/themes/Default/gtkrc	(original)
+++ branches/weskaggs/themes/Default/gtkrc	Tue Mar  4 02:20:34 2008
@@ -36,9 +36,20 @@
       { "images/stock-warning-64.png", *, *, "gtk-dialog" }
     }
 
+  xthickness                        = 1
+  ythickness                        = 1
+
+  GtkEntry::inner_border            = {2, 0, 0, 0}
+  GtkComboBox::focus_line_width     = 0
+  GtkComboBox::focus_padding        = 0
+  GtkCheckButton::focus_line_width  = 0
+  GtkCheckButton::indicator_size    = 12
+  GtkCheckButton::indicator_spacing = 2
+  GtkCheckButton::focus_padding     = 0
   GtkPaned::handle_size             = 6
+  GimpFrame::label_spacing          = 0
   GimpDock::default_height          = 300
-  GimpDockSeparator::height         = 6
+  GimpDockSeparator::height         = 7
   GimpMenuDock::minimal_width       = 250
   GimpMenuDock::menu_preview_size   = button
   GimpToolbox::tool_icon_size       = button
@@ -60,7 +71,6 @@
 
 class "GtkWidget" style "gimp-default-style"
 
-
 style "gimp-tiny-font-style"
 {
   font_name = "sans 8"
@@ -68,7 +78,6 @@
 
 class "*Ruler*" style "gimp-tiny-font-style"
 
-
 style "gimp-tool-dialog-style" = "gimp-default-style"
 {
   GtkDialog::action_area_border = 6
@@ -91,6 +100,30 @@
   GimpFrame::label_spacing    = 2
   GtkButton::focus_line_width = 1
   GtkButton::focus_padding    = 0
+
+  xthickness                  = 1
+  ythickness                  = 1
 }
 
+style "gimp-dockable-title" = "gimp-default-style"
+{
+  text[NORMAL]                = "#0000FF"
+}
+
+style "gimp-dockable-button" = "gimp-default-style"
+{
+  bg[NORMAL]                  = "#FFFFFF"
+  base[NORMAL]                = "#FFFFFF"
+}
+
+style "gimp-dockbook-style" = "gimp-default-style"
+{
+  xthickness = 0
+  ythickness = 0
+}
+
+widget "*GimpDockbook" style "gimp-dockbook-style"
+
 widget "*GimpDockable.*" style "gimp-dockable-style"
+
+widget "*GimpDockable" style "gimp-dockable-title"



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