Mercurial > pidgin
changeset 8367:5f78e96ff135
[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 <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 29 Feb 2004 05:40:45 +0000 |
parents | 5956297c6bcc |
children | 57e5ef6b7a69 |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,