[evolution-patches] [gal] Fix for Bug #331400



Hi Guys,

Bug 331400 â?? Accented characters are displayed incorrectly in Tasks
print preview.
http://bugzilla.gnome.org/show_bug.cgi?id=331400

To display ascender and descender of some characters, increase the
height of text cell.

Send patch for review.

Thanks,
-Simon
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/ChangeLog,v
retrieving revision 1.162
diff -u -p -r1.162 ChangeLog
--- ChangeLog	13 Feb 2006 16:45:27 -0000	1.162
+++ ChangeLog	16 Feb 2006 11:24:31 -0000
@@ -1,3 +1,9 @@
+2006-02-16  Simon Zheng  <simon zheng sun com>
+
+	** Fixes bug #331400
+	* table/e-cell-text.c: (ect_print_height): To display ascender and 
+	descender of some characters, increase the height of text cell.
+
 2006-01-30  Kjartan Maraas  <kmaraas gnome org>
 
 	* e-timezone-dialog/e-timezone-dialog.c: (get_zone_from_point):
Index: table/e-cell-text.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/table/e-cell-text.c,v
retrieving revision 1.144
diff -u -p -r1.144 e-cell-text.c
--- table/e-cell-text.c	30 Jan 2006 12:28:20 -0000	1.144
+++ table/e-cell-text.c	16 Feb 2006 11:24:31 -0000
@@ -1370,7 +1370,7 @@ ect_print_height (ECellView *ecell_view,
 		  int model_col, int view_col, int row,
 		  double width)
 {
-	return 16;
+	return 16 + 4;
 }
 
 static int


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]