From 68f3afb7a29764be0389cb5a7b9960357e957412 Mon Sep 17 00:00:00 2001 From: Jody Goldberg Date: Sun, 11 Jul 1999 13:42:32 +0000 Subject: - Disable insert/delete row/column that would split an array-formula - Enable cut/copy/paste for array formulas. - Fix multi-line cell drawing & whitespace issues. - Change the default column width & grid colour to more closely match XL - Add the edit popup menu in the row/col headers - Short circuit the insert/delete dialogs to directly insert/delete when an entire row/column is selected. svn path=/trunk/; revision=1023 --- widgets/misc/e-colors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets') diff --git a/widgets/misc/e-colors.c b/widgets/misc/e-colors.c index 18a3c81f66..3c8c3055fa 100644 --- a/widgets/misc/e-colors.c +++ b/widgets/misc/e-colors.c @@ -65,7 +65,7 @@ color_init (void) gdk_color_white (colormap, &gs_white); gdk_color_black (colormap, &gs_black); - color_alloc_name ("gray60", &gs_light_gray); + color_alloc_name ("gray78", &gs_light_gray); color_alloc_name ("gray20", &gs_dark_gray); color_alloc_name ("red", &gs_red); -- cgit v1.2.3