diff --git a/PROMS/fmtxml/AppendPlantSpecific.cs b/PROMS/fmtxml/AppendPlantSpecific.cs index 79aa0778..598cbc30 100644 --- a/PROMS/fmtxml/AppendPlantSpecific.cs +++ b/PROMS/fmtxml/AppendPlantSpecific.cs @@ -1106,6 +1106,7 @@ namespace fmtxml { // Procedure Steps pgstyles.PgStyles[0].Items[1].Col = 78; // Column for BOX5 needed adjusted to match 16bit + pgstyles.PgStyles[1].Items[9].Col = 396; pgstyles.PgStyles[2].Items[2].Col = 315; // Adjust columns on PSI items for cover page. pgstyles.PgStyles[2].Items[3].Col = 315; pgstyles.PgStyles[2].Items[4].Col = 315; @@ -1129,7 +1130,7 @@ namespace fmtxml pgstyles.PgStyles[3].Items[24].Col = 270; pgstyles.PgStyles[3].Items[24].Justify = "PSCenter"; pgstyles.PgStyles[3].Items[24].Style.CPI = "10"; - + pgstyles.PgStyles[4].Items[5].Col = 414; } // NSP_ALL private void AddNSPPage(ref PageStyles pgstyles) @@ -1811,7 +1812,7 @@ namespace fmtxml dcstyles.DcStyles[6].dstyle = null; dcstyles.DcStyles[7].dstyle = null; dcstyles.DcStyles[8].dstyle = null; - dcstyles.DcStyles[1].PageLength = 564; + dcstyles.DcStyles[1].PageLength = 576; } public void AddREGSam1DOC(ref DocStyles dcstyles)