diff --git a/ChangeLog b/ChangeLog index bec066a599..db9fab8b3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-29 Sven Neumann + + * themes/Default/gtkrc + * themes/Small/gtkrc: reduce the minimum array size for + GtkComboBox widgets in the image window. + 2008-04-29 Sven Neumann * app/display/gimpscalecombobox.[ch]: added signal "entry-activated". diff --git a/themes/Default/gtkrc b/themes/Default/gtkrc index d32500e750..ced0905a20 100644 --- a/themes/Default/gtkrc +++ b/themes/Default/gtkrc @@ -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" diff --git a/themes/Small/gtkrc b/themes/Small/gtkrc index b6ad9cca31..046c6a0543 100644 --- a/themes/Small/gtkrc +++ b/themes/Small/gtkrc @@ -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"