From 2baf923df56721e47079ee0fe9976d1294e67ce3 Mon Sep 17 00:00:00 2001 From: Rich Date: Wed, 18 Jun 2014 21:45:57 +0000 Subject: [PATCH] We noticed during training that the procedure title overlapped with the page border on the cover page for AOP-9B. Adjustment to EOP/AOP Cover page procedure title location --- PROMS/fmtxml/PlantSpecific_Calvert.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PROMS/fmtxml/PlantSpecific_Calvert.cs b/PROMS/fmtxml/PlantSpecific_Calvert.cs index 2583ce2a..18155039 100644 --- a/PROMS/fmtxml/PlantSpecific_Calvert.cs +++ b/PROMS/fmtxml/PlantSpecific_Calvert.cs @@ -127,6 +127,7 @@ namespace fmtxml pgstyles.PgStyles[2].Items[3].Col = 480; pgstyles.PgStyles[2].Items[4].Col = 480; pgstyles.PgStyles[2].Items[6].Col = 120; + pgstyles.PgStyles[3].Items[6].Col = 246; pgstyles.PgStyles[4].Items[2].Col = 480; pgstyles.PgStyles[4].Items[3].Col = 480; pgstyles.PgStyles[5].Items[2].Col = 480;