changeset 953:00768ed6045f

[gaim-migrate @ 963] leave enough space for pixmaps... committer: Tailor Script <tailor@pidgin.im>
author Todd Kulesza <fflewddur>
date Sat, 07 Oct 2000 21:02:11 +0000
parents 86826b98b9fe
children dde2d3acdb23
files src/gtkhtml.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkhtml.c	Sat Oct 07 20:13:04 2000 +0000
+++ b/src/gtkhtml.c	Sat Oct 07 21:02:11 2000 +0000
@@ -44,7 +44,7 @@
 #include "pixmaps/admin_icon.xpm"
 #include "pixmaps/free_icon.xpm"
 #include "pixmaps/dt_icon.xpm"
-#define MAX_SIZE                 7
+#define MAX_SIZE							7
 #define MIN_HTML_WIDTH_LINES     20
 #define MIN_HTML_HEIGHT_LINES    10
 #define BORDER_WIDTH             2
@@ -3076,7 +3076,7 @@
 
 	if (html->current_x == 0)
 	{
-		html->current_y += height + 3;
+		html->current_y += height + 6;
 		gdk_text_extents(cfont, text, 1, &lb, NULL, NULL, NULL, NULL);
 		html->current_x += (2 - lb);
 	}