From 3c52a7fd1c82b6f1162f2a93da8d45ed4c0e8fbd Mon Sep 17 00:00:00 2001 From: John Date: Tue, 12 Nov 2013 18:50:47 +0000 Subject: [PATCH] Adjusted positioning of pagelist items in the background format --- PROMS/fmtxml/PlantSpecific_Robinson.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/PROMS/fmtxml/PlantSpecific_Robinson.cs b/PROMS/fmtxml/PlantSpecific_Robinson.cs index 9b1a52d7..7bd1e8fd 100644 --- a/PROMS/fmtxml/PlantSpecific_Robinson.cs +++ b/PROMS/fmtxml/PlantSpecific_Robinson.cs @@ -619,7 +619,10 @@ namespace fmtxml pgstyles.PgStyles[1].Items[7].Col = 251; pgstyles.PgStyles[1].Items[8].Col = 242; // General Text - pgstyles.PgStyles[2].Items[2].Col = 227; + pgstyles.PgStyles[2].Items[2].Col = 6; + pgstyles.PgStyles[2].Items[3].Col = 246; + pgstyles.PgStyles[2].Items[5].Col = 246; + pgstyles.PgStyles[2].Items[7].Col = 228; } private void AddCPBCK_Z00(ref PageStyles pgstyles) { @@ -642,8 +645,10 @@ namespace fmtxml //SetRobinsonPageListFont(ref pgstyles); pgstyles.Name = "Duke Energy - Robinson Enhanced Backgrounds Additional Page Styles"; // Additional Information Pages - pgstyles.PgStyles[0].Items[6].Col = 455; - pgstyles.PgStyles[0].Items[7].Col = 245; + pgstyles.PgStyles[0].Items[3].Col = 252; + pgstyles.PgStyles[0].Items[5].Col = 252; + pgstyles.PgStyles[0].Items[6].Col = 450; + pgstyles.PgStyles[0].Items[7].Col = 249; } private static void SetRobinsonPageListFont(ref PageStyles pgstyles)