From: <sea...@us...> - 2006-10-04 18:13:24
|
Revision: 17428 http://svn.sourceforge.net/gaim/?rev=17428&view=rev Author: seanegan Date: 2006-10-04 11:13:22 -0700 (Wed, 04 Oct 2006) Log Message: ----------- Make smaller fonts less small Modified Paths: -------------- trunk/gtk/gtkimhtml.c Modified: trunk/gtk/gtkimhtml.c =================================================================== --- trunk/gtk/gtkimhtml.c 2006-10-04 12:31:26 UTC (rev 17427) +++ trunk/gtk/gtkimhtml.c 2006-10-04 18:13:22 UTC (rev 17428) @@ -120,7 +120,7 @@ /* POINT_SIZE converts from AIM font sizes to a point size scale factor. */ #define MAX_FONT_SIZE 7 #define POINT_SIZE(x) (_point_sizes [MIN ((x > 0 ? x : 1), MAX_FONT_SIZE) - 1]) -static gdouble _point_sizes [] = { .69444444, .8333333, 1, 1.2, 1.44, 1.728, 2.0736}; +static gdouble _point_sizes [] = { .85, .95, 1, 1.2, 1.44, 1.728, 2.0736}; enum { TARGET_HTML, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |