Fixed SynopticTable dimensions

master
Giancarlo Panichi 4 years ago
parent 9e5baee0f6
commit 11f2124a3e

@ -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,

@ -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,

Loading…
Cancel
Save