Comment 4 for bug 444421

Revision history for this message
Robert Ancell (robert-ancell) wrote :

The lines that are causing the difference in size are in /usr/share/themes/HumanLogin/gtk-2.0/gtkrc:
  GtkButton::default_border = { 3, 3, 3, 3 }
  GtkButton::default_outside_border = { 3, 3, 3, 3 }

These set the border for buttons that can be the default selection - should these be replaced with inner_border if the idea is just to make the buttons bigger?