diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-02-13 01:02:31 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-02-13 01:02:31 +0800 |
commit | 2f3129618433b5913618a7dea3dcb93e7de1337c (patch) | |
tree | cced349b4337330d79d54fa204b2012b4c431a1e /widgets/table/e-table-header-utils.c | |
parent | 678779afb87dad7986eb6fd2130ec1a316ee4201 (diff) | |
download | gsoc2013-evolution-2f3129618433b5913618a7dea3dcb93e7de1337c.tar.gz gsoc2013-evolution-2f3129618433b5913618a7dea3dcb93e7de1337c.tar.zst gsoc2013-evolution-2f3129618433b5913618a7dea3dcb93e7de1337c.zip |
Change the shadow type for the arrows here, so that themes that do handle
2004-02-12 Rodney Dawes <dobey@ximian.com>
* gal/widgets/gal-combo-box.c (gal_combo_box_init): Change the
shadow type for the arrows here, so that themes that do handle the
use of shadow types with arrows, draw things correctly, instead of
following what the old default gtk+ did in 1.x
2004-02-12 Rodney Dawes <dobey@ximian.com>
* e-cell-popup.c (ecp_draw):
* e-cell-spin-button.c (ecsb_draw):
* e-table-header-utils.c (e_table_header_draw_button): Change the
shadow type for the arrows here, so that themes that do handle the
use of shadow types with arrows, draw things correctly, instead of
following what the old default gtk+ did in 1.x
2004-02-12 Rodney Dawes <dobey@ximian.com>
* e-vscrolled-bar.c (e_vscrolled_bar_init): Change the
shadow type for the arrows here, so that themes that do handle the
use of shadow types with arrows, draw things correctly, instead of
following what the old default gtk+ did in 1.x
svn path=/trunk/; revision=24720
Diffstat (limited to 'widgets/table/e-table-header-utils.c')
-rw-r--r-- | widgets/table/e-table-header-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-header-utils.c b/widgets/table/e-table-header-utils.c index b9a0b9b8e5..57a850f91d 100644 --- a/widgets/table/e-table-header-utils.c +++ b/widgets/table/e-table-header-utils.c @@ -400,7 +400,7 @@ e_table_header_draw_button (GdkDrawable *drawable, ETableCol *ecol, arrow_height = MIN (MIN_ARROW_SIZE, inner_height); gtk_paint_arrow (style, drawable, state, - GTK_SHADOW_IN, NULL, widget, "header", + GTK_SHADOW_NONE, NULL, widget, "header", (arrow == E_TABLE_COL_ARROW_UP) ? GTK_ARROW_UP : GTK_ARROW_DOWN, TRUE, inner_x + inner_width - arrow_width, |