Progress column not wide enough for 100%

Progress column not wide enough for 100%
This commit is contained in:
Romain DESCHAMPS 2015-11-30 12:20:14 +01:00
parent a12e959833
commit 94101412e9

View File

@ -79,7 +79,7 @@ class pdf_baleine extends ModelePDFProjects
$this->posxref=$this->marge_gauche+1;
$this->posxlabel=$this->marge_gauche+25;
$this->posxworkload=$this->marge_gauche+100;
$this->posxprogress=$this->marge_gauche+140;
$this->posxprogress=$this->marge_gauche+130;
$this->posxdatestart=$this->marge_gauche+150;
$this->posxdateend=$this->marge_gauche+170;
}