diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-02-27 06:20:15 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-02-27 06:20:15 +0800 |
commit | 88040b5329b2707a8e1aaf29b9727b77687d2a78 (patch) | |
tree | dae52e4aacf9caffecf5b29a48a126aec96e227e /widgets/misc/ChangeLog | |
parent | f3e42519bb7b9aace13ac10a2f592cc330c1033a (diff) | |
download | gsoc2013-evolution-88040b5329b2707a8e1aaf29b9727b77687d2a78.tar gsoc2013-evolution-88040b5329b2707a8e1aaf29b9727b77687d2a78.tar.gz gsoc2013-evolution-88040b5329b2707a8e1aaf29b9727b77687d2a78.tar.bz2 gsoc2013-evolution-88040b5329b2707a8e1aaf29b9727b77687d2a78.tar.lz gsoc2013-evolution-88040b5329b2707a8e1aaf29b9727b77687d2a78.tar.xz gsoc2013-evolution-88040b5329b2707a8e1aaf29b9727b77687d2a78.tar.zst gsoc2013-evolution-88040b5329b2707a8e1aaf29b9727b77687d2a78.zip |
Create the arrows in these widgets as GTK_SHADOW_NONE, since the default
2004-02-26 Rodney Dawes <dobey@ximian.com>
* 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
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <dobey@ximian.com> + + * 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 <bill.zhu@sun.com> * e-search-bar.c (setup_bonobo_menus): Before Update the bonobo ui |