F2021-066 some alarm names print past alarm box border & F2021-070 handle long procedure titles
Added comment BNPP: F2021-066 some alarm names print past alarm box border & F2021-070 handle long procedure titles
This commit is contained in:
@@ -161,8 +161,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return (LazyLoad(ref _MaxWidthCurPage, "@MaxWidthCurPage"));
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _FontShrinkAftLen; // F2021-066 & 070 (text len before shrinking font)
|
||||
public int? FontShrinkAftLen
|
||||
{
|
||||
get
|
||||
{
|
||||
return (LazyLoad(ref _FontShrinkAftLen, "@FontShrinkAftLen"));
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Override ToString
|
||||
public override string ToString()
|
||||
{
|
||||
|
Reference in New Issue
Block a user