themes/Default/gtkrc reduce the minimum array size for GtkComboBox widgets

2008-04-29  Sven Neumann  <sven@gimp.org>

	* themes/Default/gtkrc
	* themes/Small/gtkrc: reduce the minimum array size for
	GtkComboBox widgets in the image window.


svn path=/trunk/; revision=25550
This commit is contained in:
Sven Neumann 2008-04-29 09:17:14 +00:00 committed by Sven Neumann
parent 7cc4f8c1db
commit b88c6835c6
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-04-29 Sven Neumann <sven@gimp.org>
* themes/Default/gtkrc
* themes/Small/gtkrc: reduce the minimum array size for
GtkComboBox widgets in the image window.
2008-04-29 Sven Neumann <sven@gimp.org>
* app/display/gimpscalecombobox.[ch]: added signal "entry-activated".

View File

@ -100,6 +100,7 @@ style "gimp-display-style" = "gimp-default-style"
{
GimpUnitComboBox::label-scale = 0.8333
GimpScaleComboBox::label-scale = 0.8333
GtkComboBox::arrow-size = 8
}
widget "*GimpDisplayShell.*" style "gimp-display-style"

View File

@ -97,6 +97,7 @@ style "gimp-display-style" = "gimp-default-style"
{
GimpUnitComboBox::label-scale = 0.8333
GimpScaleComboBox::label-scale = 0.8333
GtkComboBox::arrow-size = 8
}
widget "*GimpDisplayShell.*" style "gimp-display-style"