From 2f3129618433b5913618a7dea3dcb93e7de1337c Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Thu, 12 Feb 2004 17:02:31 +0000 Subject: Change the shadow type for the arrows here, so that themes that do handle 2004-02-12 Rodney Dawes * 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 * 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 * 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 --- widgets/misc/gal-combo-box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc/gal-combo-box.c') diff --git a/widgets/misc/gal-combo-box.c b/widgets/misc/gal-combo-box.c index 5f407eba9b..ad941a7133 100644 --- a/widgets/misc/gal-combo-box.c +++ b/widgets/misc/gal-combo-box.c @@ -403,7 +403,7 @@ gal_combo_box_init (GalComboBox *combo_box) gtk_button_set_relief (GTK_BUTTON (combo_box->priv->arrow_button), GTK_RELIEF_NONE); GTK_WIDGET_UNSET_FLAGS (combo_box->priv->arrow_button, GTK_CAN_FOCUS); - arrow = gtk_arrow_new (GTK_ARROW_DOWN, GTK_SHADOW_IN); + arrow = gtk_arrow_new (GTK_ARROW_DOWN, GTK_SHADOW_NONE); gtk_container_add (GTK_CONTAINER (combo_box->priv->arrow_button), arrow); gtk_box_pack_end (GTK_BOX (combo_box), combo_box->priv->arrow_button, FALSE, FALSE, 0); g_signal_connect (combo_box->priv->arrow_button, "toggled", -- cgit v1.2.3