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

2008-05-08  Sven Neumann  <sven@gimp.org>

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


svn path=/trunk/; revision=25589
This commit is contained in:
Sven Neumann 2008-05-08 14:36:17 +00:00 committed by Sven Neumann
parent d4ac3ad00e
commit c6bede23a0
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-05-08 Sven Neumann <sven@gimp.org>
* themes/Default/gtkrc
* themes/Small/gtkrc: further shrink the status-bar widgets.
2008-05-08 Sven Neumann <sven@gimp.org>
* app/display/gimpscalecombobox.c (gimp_scale_combo_box_init):

View File

@ -101,6 +101,9 @@ style "gimp-display-style" = "gimp-default-style"
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"

View File

@ -98,6 +98,9 @@ style "gimp-display-style" = "gimp-default-style"
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"