fix logo size

This commit is contained in:
Tiavina 2025-01-20 12:56:05 +03:00
parent 8607ed442c
commit 084b953020
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ class CareCertificatePdfHandler extends FPDF {
function Header()
{
if($this->logo != "nothing"){
$this->Image($this->imagePath."logo.png", 10, 10, 90, 35);
$this->Image($this->imagePath."logo.png", 10, 10, 50, 25);
}
else{
$this->Cell(55,30,'');

View File

@ -40,7 +40,7 @@ class DevisPdfHandler extends FPDF {
function Header()
{
if($this->logo != "nothing"){
$this->Image($this->logoPath."logo.png", 10, 10, 75, 25);
$this->Image($this->logoPath."logo.png", 10, 10, 50, 25);
}
else{
$this->Cell(55,30,'');

View File

@ -42,7 +42,7 @@ class InvoicePdfHandler extends FPDF {
function Header()
{
if($this->logo != "nothing"){
$this->Image($this->logoPath."logo.png", 10, 10, 75, 25);
$this->Image($this->logoPath."logo.png", 10, 10, 50, 25);
}
else{
$this->Cell(55,30,'');