# HG changeset patch # User Nathan Walp # Date 1078033245 0 # Node ID 5f78e96ff135c54820b8bf11d4b0fda5b91f447b # Parent 5956297c6bcc60421fd8ee0e8190d54a43fb44fa [gaim-migrate @ 9092] I think these scale values might be a bit more sane (they make gaim behave the same as it did before if your default font is 12pt) committer: Tailor Script diff -r 5956297c6bcc -r 5f78e96ff135 src/gtkimhtml.c --- a/src/gtkimhtml.c Sun Feb 29 00:30:51 2004 +0000 +++ b/src/gtkimhtml.c Sun Feb 29 05:40:45 2004 +0000 @@ -70,7 +70,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) (options & GTK_IMHTML_USE_POINTSIZE ? x : _point_sizes [MIN ((x), MAX_FONT_SIZE) - 1]) -static gdouble _point_sizes [] = { .5, .75, 1, 1.5, 2, 3, 4}; +static gdouble _point_sizes [] = { .75, .85, 1, 1.2, 1.7, 2.5, 3.5}; enum { TARGET_HTML,