From 81a3c39bbcd82d1872ea24974ea93f3c3f918e84 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 25 Dec 2000 08:37:11 +0000 Subject: Set draw_background to FALSE svn path=/trunk/; revision=7167 --- executive-summary/widgets/e-summary-titlebar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'executive-summary') diff --git a/executive-summary/widgets/e-summary-titlebar.c b/executive-summary/widgets/e-summary-titlebar.c index 3188b78bf8..a5c5178a80 100644 --- a/executive-summary/widgets/e-summary-titlebar.c +++ b/executive-summary/widgets/e-summary-titlebar.c @@ -189,6 +189,7 @@ e_summary_titlebar_realize (GnomeCanvasItem *item) "use_ellipsis", TRUE, "fill_color", "black", "anchor", GTK_ANCHOR_NW, + "draw_background", FALSE, NULL); gnome_canvas_item_move (priv->titletext, TITLEBAR_BORDER_WIDTH, (priv->height - font_height) / 2); -- cgit v1.2.3