Mercurial > pidgin
changeset 14679:c1253e944cd0
[gaim-migrate @ 17428]
Make smaller fonts less small
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 04 Oct 2006 18:13:22 +0000 |
parents | 21bd0369ddd7 |
children | fa285d018c71 |
files | gtk/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk/gtkimhtml.c Wed Oct 04 12:31:26 2006 +0000 +++ b/gtk/gtkimhtml.c Wed Oct 04 18:13:22 2006 +0000 @@ -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,