Schriftgröße Praxsisstellen verkleinert

This commit is contained in:
aschwarz 2024-04-25 09:28:39 +02:00
parent 288d1d2f3c
commit fa4b57ca62
2 changed files with 2 additions and 2 deletions

View File

@ -649,7 +649,7 @@ $pdf->SetY($pos);
if($hinweis_umzug == 1){
$pos=$pdf->GetY();
$pdf->SetFont('Arial', '', 12);
$pdf->SetFont('Arial', '', 8);
$pdf->SetY($pos);
$pdf->SetX(24);
if($row_hs['hs'] == 'K' or $row_hs['hs'] == 'k'){

View File

@ -386,7 +386,7 @@ $pdf->SetY($pos);
if($hinweis_umzug == 1){
$pos=$pdf->GetY();
$pdf->SetFont('Arial', '', 12);
$pdf->SetFont('Arial', '', 8);
$pdf->SetY($pos);
$pdf->SetX(24);
if($row_hs['hs'] == 'K' or $row_hs['hs'] == 'k'){