Little bit more width for tables
This commit is contained in:
parent
f06e8ee9fc
commit
bf4b95dafe
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user