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/gtkoptionmenu.c | |
parent | 2635496aebb64c9daa701dbd20b9891b49c8124b (diff) | |
download | gdk-pixbuf-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/gtkoptionmenu.c')
-rw-r--r-- | gtk/gtkoptionmenu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkoptionmenu.c b/gtk/gtkoptionmenu.c index 7343efffb..197fb56ad 100644 --- a/gtk/gtkoptionmenu.c +++ b/gtk/gtkoptionmenu.c @@ -48,8 +48,8 @@ struct _GtkOptionMenuProps static GtkOptionMenuProps default_props = { FALSE, - { 12, 8 }, - { 3, 7, 2, 2 } /* Left, right, top, bottom */ + { 7, 13 }, + { 7, 5, 2, 2 } /* Left, right, top, bottom */ }; static void gtk_option_menu_class_init (GtkOptionMenuClass *klass); |