Skip to content
Snippets Groups Projects
Commit d6d2a2fa authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4118 from patas-monkey/patch-1

Progress column not wide enough for 100%
parents 7e74b6af 94101412
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment