F2021-038: Lessen line spacing around Notes/Cautions; widen Caution box to make it consistent with Note
F2021-038: SHE/SHEA Lessen line spacing around Notes/Cautions; widen Caution box to make it consistent with Note
This commit is contained in:
@@ -5067,6 +5067,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _ReadOnly, "@ReadOnly");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _NoYBxAdjust; // F2021-038: SHE/SHEA less space after top line & before bottom line
|
||||
public bool NoYBxAdjust
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _NoYBxAdjust, "@NoYBxAdjust");
|
||||
}
|
||||
}
|
||||
//private LazyLoad<bool> _SeparateWarning; // KBR: To be used for Proms Express to separate out warnings from notes/cautions on ribbon, etc
|
||||
//public bool SeparateWarning
|
||||
//{
|
||||
|
Reference in New Issue
Block a user