diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-05-18 17:50:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-18 17:50:04 +0000 |
commit | 85eb55763ff7e5a727fa76dfef52f66f6e75ebc1 (patch) | |
tree | ea647d963b4a55be9d4f05834a53093e490a37e9 /gtk/gtkarrow.c | |
parent | d9ee96cfce0d61372180f89845bc09a49167b3c3 (diff) | |
download | gtk+-85eb55763ff7e5a727fa76dfef52f66f6e75ebc1.tar.gz |
Go back to the initial fix for the focus-overdrawing problem, which was
2004-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkbutton.c: Go back to the initial fix for the
focus-overdrawing problem, which was actually correct
according to docs/widget_geometry.txt.
* gtk/gtkarrow.c (gtk_arrow_class_init): Bump the initial
arrow size from 11 to 15 to compensate for that.
Diffstat (limited to 'gtk/gtkarrow.c')
-rw-r--r-- | gtk/gtkarrow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkarrow.c b/gtk/gtkarrow.c index 89dbf510ba..b2005e1d7b 100644 --- a/gtk/gtkarrow.c +++ b/gtk/gtkarrow.c @@ -29,7 +29,7 @@ #include "gtkarrow.h" #include "gtkintl.h" -#define MIN_ARROW_SIZE 11 +#define MIN_ARROW_SIZE 14 enum { PROP_0, |