From b243a1780e3c97ae5aa5e143407e3ab8ef2da1af Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 16 Feb 2003 11:25:46 +0000 Subject: [PATCH] improved alignment --- ChangeLog | 1 + pdf_schema.php3 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8e0bb730a..e0a38bb34 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ $Source$ * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic for splitting the SELECT clauses, to solve almost all records counting bugs + * pdf_schema.php3: improved alignment, thanks to Maxime Delorme 2003-02-15 Alexander M. Turek * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct diff --git a/pdf_schema.php3 b/pdf_schema.php3 index e06cb0ead..f82ac985e 100644 --- a/pdf_schema.php3 +++ b/pdf_schema.php3 @@ -1363,8 +1363,8 @@ function PMA_RT_DOC($alltables ){ $pdf->Cell(20,8,ucfirst($GLOBALS['strDefault']),1,0,'C'); $pdf->Cell(25,8,ucfirst($GLOBALS['strExtra']),1,0,'C'); $pdf->Cell(45,8,ucfirst($GLOBALS['strLinksTo']),1,0,'C'); - $pdf->Cell(100,8,ucfirst($GLOBALS['strComments']),1,1,'C'); - $pdf->SetWidths(array(25,20,20,10,20,25,45,100)); + $pdf->Cell(112,8,ucfirst($GLOBALS['strComments']),1,1,'C'); + $pdf->SetWidths(array(25,20,20,10,20,25,45,112)); } else { $pdf->Cell(20,8,ucfirst($GLOBALS['strField']),1,0,'C'); $pdf->Cell(20,8,ucfirst($GLOBALS['strType']),1,0,'C');