aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-14 09:59:35 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-14 09:59:35 +0800
commitcbb72fbf86461acb24bfcb0eaf33a87064e2dea7 (patch)
tree9a14d66b4c5018f1dc1931704043805f653544e8 /widgets/text
parentd8619d03cd67fbc6ae6539f9beb1a593c4656c2b (diff)
downloadgsoc2013-evolution-cbb72fbf86461acb24bfcb0eaf33a87064e2dea7.tar
gsoc2013-evolution-cbb72fbf86461acb24bfcb0eaf33a87064e2dea7.tar.gz
gsoc2013-evolution-cbb72fbf86461acb24bfcb0eaf33a87064e2dea7.tar.bz2
gsoc2013-evolution-cbb72fbf86461acb24bfcb0eaf33a87064e2dea7.tar.lz
gsoc2013-evolution-cbb72fbf86461acb24bfcb0eaf33a87064e2dea7.tar.xz
gsoc2013-evolution-cbb72fbf86461acb24bfcb0eaf33a87064e2dea7.tar.zst
gsoc2013-evolution-cbb72fbf86461acb24bfcb0eaf33a87064e2dea7.zip
Changed the color from yellow to light gray.
2000-12-13 Christopher James Lahey <clahey@helixcode.com> * 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
Diffstat (limited to 'widgets/text')
-rw-r--r--widgets/text/e-text.c2
1 files changed, 1 insertions, 1 deletions
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