From 3ab0a97a4ce870feba04b2e7a16c47ee60536969 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Tue, 23 Mar 2004 10:56:58 +0000 Subject: use EM_FORMAT_HTML_VPAD 2004-03-23 Radek Doulik * em-format-html-display.c (efhd_format_attachment): use EM_FORMAT_HTML_VPAD * em-format-html.h (EM_FORMAT_HTML_VPAD): added new define for vertical padding * em-format-html.c (efh_format_message): change padding table so that it works OK with fixed gtkhtml svn path=/trunk/; revision=25156 --- mail/em-format-html-display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 577a539549..755d6b85bb 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -1470,7 +1470,7 @@ efhd_format_attachment(EMFormat *emf, CamelStream *stream, CamelMimePart *part, info->snoop_mime_type = emf->snoop_mime_type; camel_stream_write_string(stream, - "
\n" + EM_FORMAT_HTML_VPAD ""); @@ -1491,7 +1491,7 @@ efhd_format_attachment(EMFormat *emf, CamelStream *stream, CamelMimePart *part, camel_stream_write_string(stream, "
" "" "
\n" - "
\n"); + EM_FORMAT_HTML_VPAD); if (handle) { if (info->shown) -- cgit v1.2.3