We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5bfde commit cbc7465Copy full SHA for cbc7465
include/general.php
@@ -271,7 +271,7 @@ public function MultiRow($left, $right) {
271
if ($lines>0) {
272
$titleheight = (($lines*0.20833333333334));
273
$titlelineratio = ($titleheight/$lines);
274
- $ypos=$logofinalY+.5+$titleheight+.5;$pdf->SetY($ypos);
+ $ypos=$logofinalY+.5+$titleheight+.44;$pdf->SetY($ypos);
275
} else {
276
$titleheight = 0;
277
$titlelineratio = .2;
0 commit comments