Adjusted positioning of pagelist items in the background format

This commit is contained in:
John Jenko 2013-11-12 18:50:47 +00:00
parent 813b847c17
commit 3c52a7fd1c

View File

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