[gaim-migrate @ 963]

Sat, 07 Oct 2000 21:02:11 +0000

author
Todd Kulesza <fflewddur@users.sourceforge.net>
date
Sat, 07 Oct 2000 21:02:11 +0000
changeset 953
a0880eef9a3f
parent 952
742296d6840a
child 954
7eb3ccc7d724

[gaim-migrate @ 963]
leave enough space for pixmaps...

src/gtkhtml.c file | annotate | diff | comparison | revisions
--- 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);
 	}

mercurial