summaryrefslogtreecommitdiff
path: root/gtk/gtkarrow.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-05-18 17:50:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-05-18 17:50:04 +0000
commit85eb55763ff7e5a727fa76dfef52f66f6e75ebc1 (patch)
treeea647d963b4a55be9d4f05834a53093e490a37e9 /gtk/gtkarrow.c
parentd9ee96cfce0d61372180f89845bc09a49167b3c3 (diff)
downloadgtk+-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.c2
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,