Mercurial > pidgin.yaz
changeset 542:872d68495410
[gaim-migrate @ 552]
Allocating enough x-space for pixmaps. they should be perfect now.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 27 Jul 2000 23:54:33 +0000 |
parents | ee458e99d60f |
children | de9173a8e8c8 |
files | src/gtkhtml.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkhtml.c Thu Jul 27 22:21:04 2000 +0000 +++ b/src/gtkhtml.c Thu Jul 27 23:54:33 2000 +0000 @@ -2708,6 +2708,7 @@ } hb->fit = fit; + html->current_x += 2; hb->x = html->current_x; hb->y = html->current_y; if (fit) @@ -2734,7 +2735,7 @@ } - html->current_x += hb->width; + html->current_x += hb->width + 1; gtk_html_draw_bit(html, hb, 1);