F2025-011 Format changes are needed to account for ABN procedures.

Adjustments to PSI location and Abnormal Procedure Steps Sections
This commit is contained in:
2025-04-30 09:50:09 -04:00
parent ba8a8b8673
commit 22c14d169b
3 changed files with 17 additions and 0 deletions

View File

@@ -547,6 +547,17 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _AdjSectTitleLoc, "@AdjSectTitleLoc");
}
}
// this will add additional spacing between the Section Numbers and Titles
private LazyLoad<float?> _SectTitleOffsetOverride;
public float? SectTitleOffsetOverride
{
get
{
return LazyLoad(ref _SectTitleOffsetOverride, "@SectTitleOffsetOverride");
}
}
#endregion AdjSectTitleLoc
#region ShowAlarmPointWindowInfo