Fixed SynopticTable dimensions

This commit is contained in:
Giancarlo Panichi 2020-05-28 18:17:30 +02:00
parent 11f2124a3e
commit 352a394c1c
2 changed files with 2 additions and 2 deletions

View File

@ -495,7 +495,7 @@ public class SynopticTableAnnualPanelResult {
pageBreak : 'auto', pageBreak : 'auto',
bodyStyles : { bodyStyles : {
fontSize : 6, fontSize : 6,
minCellWidth : 12 minCellWidth : 11
}, },
//didDrawCell : checkColor, //didDrawCell : checkColor,
didParseCell : checkColor, didParseCell : checkColor,

View File

@ -490,7 +490,7 @@ public class SynopticTablePanelResult {
pageBreak : 'auto', pageBreak : 'auto',
bodyStyles : { bodyStyles : {
fontSize : 6, fontSize : 6,
minCellWidth : 12 minCellWidth : 11
}, },
//didDrawCell : checkColor, //didDrawCell : checkColor,
didParseCell : checkColor, didParseCell : checkColor,