Skip to content

Commit cbc7465

Browse files
author
Stephen
committed
spacing tweak
1 parent 2a5bfde commit cbc7465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/general.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function MultiRow($left, $right) {
271271
if ($lines>0) {
272272
$titleheight = (($lines*0.20833333333334));
273273
$titlelineratio = ($titleheight/$lines);
274-
$ypos=$logofinalY+.5+$titleheight+.5;$pdf->SetY($ypos);
274+
$ypos=$logofinalY+.5+$titleheight+.44;$pdf->SetY($ypos);
275275
} else {
276276
$titleheight = 0;
277277
$titlelineratio = .2;

0 commit comments

Comments
 (0)