From 88040b5329b2707a8e1aaf29b9727b77687d2a78 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Thu, 26 Feb 2004 22:20:15 +0000 Subject: Create the arrows in these widgets as GTK_SHADOW_NONE, since the default 2004-02-26 Rodney Dawes * e-cell-renderer-combo.c (ecrc_get_size): * e-dateedit.c (create_children): * e-dropdown-button.c (e_dropdown_button_construct): Create the arrows in these widgets as GTK_SHADOW_NONE, since the default arrow type in GTK+ 2.x is flat triangle arrows, and shadow types are generally ignored for arrows anyway, and so we don't look ugly with themes that handle shadow types on arrows correctly svn path=/trunk/; revision=24900 --- widgets/misc/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'widgets/misc/ChangeLog') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index e1a1c49a69..a50f0a13a1 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,13 @@ +2004-02-26 Rodney Dawes + + * e-cell-renderer-combo.c (ecrc_get_size): + * e-dateedit.c (create_children): + * e-dropdown-button.c (e_dropdown_button_construct): Create the + arrows in these widgets as GTK_SHADOW_NONE, since the default arrow + type in GTK+ 2.x is flat triangle arrows, and shadow types are + generally ignored for arrows anyway, and so we don't look ugly with + themes that handle shadow types on arrows correctly + 2004-02-26 Bill Zhu * e-search-bar.c (setup_bonobo_menus): Before Update the bonobo ui -- cgit