Fixed separator location logic, added Template logic for Prairie Island Alarms
Added ChildIndent for use with Callaway Backgounds
This commit is contained in:
@@ -4075,6 +4075,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _AdjHighLevelTab, "@AdjHighLevelTab");
|
||||
}
|
||||
}
|
||||
private LazyLoad<float?> _ChildIndent;
|
||||
public float? ChildIndent
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _ChildIndent, "@ChildIndent");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _LeftJustifyBorderless;
|
||||
public bool LeftJustifyBorderless
|
||||
{
|
||||
|
Reference in New Issue
Block a user