From cbb72fbf86461acb24bfcb0eaf33a87064e2dea7 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 14 Dec 2000 01:59:35 +0000 Subject: Changed the color from yellow to light gray. 2000-12-13 Christopher James Lahey * gal/e-text/e-text.c (_do_tooltip): Changed the color from yellow to light gray. * gal/widgets/e-canvas-vbox.c (e_canvas_vbox_event): Made it so that e-canvas-vbox doesn't eat all the keyboard events. This means widget navigation keys work properly. svn path=/trunk/; revision=6989 --- widgets/text/e-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/text') diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index 314198248b..2f1234f9c8 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -2476,7 +2476,7 @@ _do_tooltip (gpointer data) "y1", (double) 0, "x2", (double) max_width + 4, "y2", (double) text->height + 4, - "fill_color", "yellow", + "fill_color", "light gray", NULL); /* Ref the font so that it is not destroyed -- cgit v1.2.3