aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJody Goldberg <jody@src.gnome.org>1999-07-11 21:42:32 +0800
committerJody Goldberg <jody@src.gnome.org>1999-07-11 21:42:32 +0800
commit68f3afb7a29764be0389cb5a7b9960357e957412 (patch)
treec45204db57a115b8b6336a2b51d2b0bb4751d03e
parentb4aa097dc38ea4299bceab38d36cb3fea6b72b12 (diff)
downloadgsoc2013-evolution-68f3afb7a29764be0389cb5a7b9960357e957412.tar
gsoc2013-evolution-68f3afb7a29764be0389cb5a7b9960357e957412.tar.gz
gsoc2013-evolution-68f3afb7a29764be0389cb5a7b9960357e957412.tar.bz2
gsoc2013-evolution-68f3afb7a29764be0389cb5a7b9960357e957412.tar.lz
gsoc2013-evolution-68f3afb7a29764be0389cb5a7b9960357e957412.tar.xz
gsoc2013-evolution-68f3afb7a29764be0389cb5a7b9960357e957412.tar.zst
gsoc2013-evolution-68f3afb7a29764be0389cb5a7b9960357e957412.zip
- 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
-rw-r--r--widgets/misc/e-colors.c2
1 files changed, 1 insertions, 1 deletions
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);