B2022-146: Beaver Valley - Left justify Note and Caution text that has sub-steps
This commit is contained in:
@@ -5495,6 +5495,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _CenterOneLineOnly, "@CenterOneLineOnly");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _CenterOnlyIfNoSubs;
|
||||
public bool CenterOnlyIfNoSubs
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _CenterOnlyIfNoSubs, "@CenterOnlyIfNoSubs");
|
||||
}
|
||||
}
|
||||
// F2021-042: Added FormatStepData.AlwaysCenter for BNPP1 - Critical Step text always must be centered
|
||||
private LazyLoad<bool> _AlwaysCenter;
|
||||
public bool AlwaysCenter
|
||||
|
Reference in New Issue
Block a user