Fixed SynopticTable dimensions

This commit is contained in:
Giancarlo Panichi 2020-05-28 18:10:27 +02:00
parent 9e5baee0f6
commit 11f2124a3e
2 changed files with 4 additions and 8 deletions

View File

@ -494,10 +494,8 @@ public class SynopticTableAnnualPanelResult {
startY : yPos,
pageBreak : 'auto',
bodyStyles : {
fontSize : 7
},
bodyStyles : {
minCellWidth : 16
fontSize : 6,
minCellWidth : 12
},
//didDrawCell : checkColor,
didParseCell : checkColor,

View File

@ -489,10 +489,8 @@ public class SynopticTablePanelResult {
startY : yPos,
pageBreak : 'auto',
bodyStyles : {
fontSize : 7
},
bodyStyles : {
minCellWidth : 16
fontSize : 6,
minCellWidth : 12
},
//didDrawCell : checkColor,
didParseCell : checkColor,