Little bit more width for tables

This commit is contained in:
Madhura Jayaratne 2011-10-08 14:33:39 +05:30
parent f06e8ee9fc
commit bf4b95dafe

View File

@ -489,7 +489,7 @@ class Table_Stats
foreach ($this->fields as $field) {
$this->width = max($this->width, $pdf->GetStringWidth($field));
}
$this->width += $pdf->GetStringWidth(' ');
$this->width += $pdf->GetStringWidth(' ');
$pdf->SetFont($this->_ff, 'B', $fontSize);
/*
* it is unknown what value must be added, because