Skip to content

Commit

Permalink
Border of comment box
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 5, 2018
1 parent 85964e0 commit 775085e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions htdocs/core/modules/project/doc/pdf_baleine.modules.php
@@ -1,6 +1,7 @@
<?php
/* Copyright (C) 2010-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2018 Laurent Destailleur <eldy@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
Expand Down Expand Up @@ -223,7 +224,7 @@ function write_file($object,$outputlangs)

// Rect prend une longueur en 3eme param
$pdf->SetDrawColor(192,192,192);
$pdf->Rect($this->marge_gauche, $tab_top-1, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_note+1);
$pdf->Rect($this->marge_gauche, $tab_top-2, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $height_note+2);

$tab_height = $tab_height - $height_note;
$tab_top = $nexY+6;
Expand Down

0 comments on commit 775085e

Please sign in to comment.