# HG changeset patch # User Sean Egan # Date 1036738284 0 # Node ID fb60cd7a25062f5e9bf1581ebb97e2d56c4fb117 # Parent a29eff55f7dc00acad48b12d516d4b40aacd4d65 [gaim-migrate @ 4100] bigger font sizes. committer: Tailor Script diff -r a29eff55f7dc -r fb60cd7a2506 src/gtkimhtml.c --- 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 tag contained in a struct */ typedef struct _FontDetail FontDetail;