Adjusted positioning of pagelist items in the background format
This commit is contained in:
parent
813b847c17
commit
3c52a7fd1c
@ -619,7 +619,10 @@ namespace fmtxml
|
|||||||
pgstyles.PgStyles[1].Items[7].Col = 251;
|
pgstyles.PgStyles[1].Items[7].Col = 251;
|
||||||
pgstyles.PgStyles[1].Items[8].Col = 242;
|
pgstyles.PgStyles[1].Items[8].Col = 242;
|
||||||
// General Text
|
// 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)
|
private void AddCPBCK_Z00(ref PageStyles pgstyles)
|
||||||
{
|
{
|
||||||
@ -642,8 +645,10 @@ namespace fmtxml
|
|||||||
//SetRobinsonPageListFont(ref pgstyles);
|
//SetRobinsonPageListFont(ref pgstyles);
|
||||||
pgstyles.Name = "Duke Energy - Robinson Enhanced Backgrounds Additional Page Styles";
|
pgstyles.Name = "Duke Energy - Robinson Enhanced Backgrounds Additional Page Styles";
|
||||||
// Additional Information Pages
|
// Additional Information Pages
|
||||||
pgstyles.PgStyles[0].Items[6].Col = 455;
|
pgstyles.PgStyles[0].Items[3].Col = 252;
|
||||||
pgstyles.PgStyles[0].Items[7].Col = 245;
|
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)
|
private static void SetRobinsonPageListFont(ref PageStyles pgstyles)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user