changeset 3928:fb60cd7a2506

[gaim-migrate @ 4100] bigger font sizes. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 08 Nov 2002 06:51:24 +0000
parents a29eff55f7dc
children f0efc0293bbf
files src/gtkimhtml.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkimhtml.c	Fri Nov 08 06:32:00 2002 +0000
+++ b/src/gtkimhtml.c	Fri Nov 08 06:51:24 2002 +0000
@@ -38,7 +38,7 @@
  * way that it base the sizes off the default font size rather than using arbitrary font sizes. */
 #define MAX_FONT_SIZE 7
 #define POINT_SIZE(x) (_point_sizes [MIN ((x), MAX_FONT_SIZE) - 1])
-static gint _point_sizes [] = { 4, 6, 8, 10, 20, 30, 40 };
+static gint _point_sizes [] = { 8, 10, 12, 14, 20, 30, 40 };
 
 /* The four elements present in a <FONT> tag contained in a struct */
 typedef struct _FontDetail   FontDetail;