mirror of https://github.com/GNOME/gimp.git
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:
parent
7cc4f8c1db
commit
b88c6835c6
|
@ -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".
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue