B2017-102: For figures, don’t add extra line for change bar lengths

B2017-102: Add an offset for width to locate Change Bars on supplemental information
This commit is contained in:
2017-06-05 13:14:44 +00:00
parent b24c748d2f
commit 21223b9b1f
4 changed files with 15 additions and 3 deletions

View File

@@ -812,6 +812,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _DoPrnDrvrAdjusts, "@DoPrnDrvrAdjusts");
}
}
private LazyLoad<int?> _SupInfoTabOff;
public int? SupInfoTabOff
{
get
{
return LazyLoad(ref _SupInfoTabOff, "@SupInfoTabOff");
}
}
private LazyLoad<string> _TopOfPageThing;
public string TopOfPageThing
{