# HG changeset patch # User Todd Kulesza # Date 970952531 0 # Node ID 00768ed6045fa6b6a743e848fcb4efdcdd6756af # Parent 86826b98b9feb615adff26811cb943417e1e7fd4 [gaim-migrate @ 963] leave enough space for pixmaps... committer: Tailor Script diff -r 86826b98b9fe -r 00768ed6045f 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); }