diff --git a/gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php b/gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php index a1ca2c8..13b58e3 100644 --- a/gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php +++ b/gestion/lib/Service/Devis/Pdf/DevisPdfHandler.php @@ -41,7 +41,7 @@ class DevisPdfHandler extends FPDF function Header() { if ($this->logo != "nothing") { - $this->Image($this->logoPath . "logo.png", 4, 2, 50, 35); + $this->Image($this->logoPath . "logo.png", 4, 2, 36, 37); } else { $this->Cell(55, 30, ''); }