# HG changeset patch # User Todd Kulesza # Date 970952531 0 # Node ID a0880eef9a3f1102d99f32e82b8b572a7e66c797 # Parent 742296d6840a711000e4e5f922142ad26cd57a88 [gaim-migrate @ 963] leave enough space for pixmaps... diff -r 742296d6840a -r a0880eef9a3f src/gtkhtml.c --- 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); }