[evolution-patches] 44610: adjust even row color to better match gtktreeview
- From: Mike Kestner <mkestner ximian com>
- To: Evolution Patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] 44610: adjust even row color to better match gtktreeview
- Date: 13 Jun 2003 10:29:39 -0500
(.93 * white) was identified as the gtktreeview color.
? gal/e-table/e-tree-header-item.c
? gal/e-table/e-tree-header-popup.c
? gal/e-table/e-tree.c.working
Index: gal/e-table/e-table-item.c
===================================================================
RCS file: /cvs/gnome/gal/gal/e-table/e-table-item.c,v
retrieving revision 1.223
diff -u -p -r1.223 e-table-item.c
--- gal/e-table/e-table-item.c 16 May 2003 21:58:32 -0000 1.223
+++ gal/e-table/e-table-item.c 13 Jun 2003 15:26:31 -0000
@@ -271,7 +271,7 @@ eti_get_cell_background_color (ETableIte
background = gdk_color_copy (background);
allocated = TRUE;
}
- e_hsv_tweak (background, 0.0f, 0.0f, -0.05f);
+ e_hsv_tweak (background, 0.0f, 0.0f, -0.07f);
gdk_color_alloc (gtk_widget_get_colormap (GTK_WIDGET (canvas)), background);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]