From b88c6835c6ce98f78bf6462a713037dc485b23d7 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 29 Apr 2008 09:17:14 +0000 Subject: [PATCH] themes/Default/gtkrc reduce the minimum array size for GtkComboBox widgets 2008-04-29 Sven Neumann * themes/Default/gtkrc * themes/Small/gtkrc: reduce the minimum array size for GtkComboBox widgets in the image window. svn path=/trunk/; revision=25550 --- ChangeLog | 6 ++++++ themes/Default/gtkrc | 1 + themes/Small/gtkrc | 1 + 3 files changed, 8 insertions(+) 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"