From 96601ce1f47ea377e2a9d933d0fbaf35ee9aaa2b Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 30 Mar 2010 07:02:11 +0000 Subject: [PATCH] Fix the top margin. --- tcpdf_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcpdf_config.php b/tcpdf_config.php index aaa0db78..ae51ffc0 100644 --- a/tcpdf_config.php +++ b/tcpdf_config.php @@ -126,7 +126,7 @@ if (!defined('K_TCPDF_EXTERNAL_CONFIG')) { /** * top margin (includes header height) */ - define ('PDF_MARGIN_TOP', 40); + define ('PDF_MARGIN_TOP', 25); /** * bottom margin