diff src/gtkhtml.c @ 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 f586c3819574
children 39853e359a06
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);