Skip to content

Commit

Permalink
GH-550 improve header display of sign-in sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
eynimeni committed Jul 10, 2024
1 parent b33f43f commit f17f424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/signinsheet/signinsheet_generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ public function set_page_header($extracols = []) {
$this->pdf->Image('@' . $this->signinsheetlogo->get_content(), '', '', $this->w, $this->h, '', '', 'T',
true, 150, 'R', false, false, 0, false, false, false);
}
$this->pdf->MultiCell(55, 5, '', 0, '', 0, 1, '', '', true);

$this->pdf->SetFont('freesans', '', 10);

Expand Down

0 comments on commit f17f424

Please sign in to comment.