diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-01 01:36:33 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-01 01:36:33 +0000 |
commit | c626cd4233c03dc5a1ec81a2b272e59bed285c85 (patch) | |
tree | 62a56adb932d6e44c2779d8f84b0e42d64280e27 /gtk/gtkcheckbutton.c | |
parent | 2635496aebb64c9daa701dbd20b9891b49c8124b (diff) | |
download | gtk+-c626cd4233c03dc5a1ec81a2b272e59bed285c85.tar.gz |
New default theme! A slighly improved version of the 2.0 Raleigh theme,
Mon Apr 30 20:29:27 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c
gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
New default theme! A slighly improved version of the 2.0 Raleigh
theme, with Windows-esque focus/drawing default.
(GtkWidget::interior_focus defaults to TRUE.)
* gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
Diffstat (limited to 'gtk/gtkcheckbutton.c')
-rw-r--r-- | gtk/gtkcheckbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c index b0d5bbee8a..802b85e017 100644 --- a/gtk/gtkcheckbutton.c +++ b/gtk/gtkcheckbutton.c @@ -29,7 +29,7 @@ #include "gtklabel.h" -#define INDICATOR_SIZE 10 +#define INDICATOR_SIZE 13 #define INDICATOR_SPACING 2 |