diff --git a/ChangeLog b/ChangeLog index e15fe8b49d..034efaddd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-08 Sven Neumann + + * themes/Default/gtkrc + * themes/Small/gtkrc: further shrink the status-bar widgets. + 2008-05-08 Sven Neumann * app/display/gimpscalecombobox.c (gimp_scale_combo_box_init): diff --git a/themes/Default/gtkrc b/themes/Default/gtkrc index ced0905a20..83c2e83dbc 100644 --- a/themes/Default/gtkrc +++ b/themes/Default/gtkrc @@ -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" diff --git a/themes/Small/gtkrc b/themes/Small/gtkrc index 046c6a0543..51674b64fa 100644 --- a/themes/Small/gtkrc +++ b/themes/Small/gtkrc @@ -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"