Skip to content

Commit ea45e10

Browse files
committed
fix header fontsize to avoid wrapping of long texts
1 parent 889c59a commit ea45e10

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

AgilityContest.exe

0 Bytes
Binary file not shown.

agility/server/pdf/print_common.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ function print_commonFooter() {
422422
// Identificacion de la Manga
423423
function print_identificacionManga($manga,$categoria) {
424424
// pintamos "identificacion de la manga"
425-
$this->SetFont($this->getFontName(),'B',12); // bold 15
425+
$this->SetFont($this->getFontName(),'B',10); // bold 15
426426
$str = $this->jornada->Nombre . " - " . $this->jornada->Fecha;
427427
$tmanga= _(Mangas::getTipoManga($manga->Tipo,1,$this->federation));
428428
// JAMC agosto 2020: on Grade 1, add agility or jumping according "Observaciones"

0 commit comments

Comments
 (0)