diff options
author | Jody Goldberg <jody@src.gnome.org> | 1999-07-11 21:42:32 +0800 |
---|---|---|
committer | Jody Goldberg <jody@src.gnome.org> | 1999-07-11 21:42:32 +0800 |
commit | 68f3afb7a29764be0389cb5a7b9960357e957412 (patch) | |
tree | c45204db57a115b8b6336a2b51d2b0bb4751d03e | |
parent | b4aa097dc38ea4299bceab38d36cb3fea6b72b12 (diff) | |
download | gsoc2013-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.c | 2 |
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); |