Changed TofCLineSpacing from an INT to a FLOAT to allow for half line spacing

Logic to handle float TofCLineSpacing and to shift the section title to section number starting position if there is no section number
This commit is contained in:
2015-06-17 17:45:31 +00:00
parent a898601d26
commit eaa5d49b65
2 changed files with 8 additions and 6 deletions

View File

@@ -3807,8 +3807,8 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _TofCSpaceChar, "@TofCSpaceChar");
}
}
private LazyLoad<int?> _TofCLineSpacing;
public int? TofCLineSpacing
private LazyLoad<float?> _TofCLineSpacing;
public float? TofCLineSpacing
{
get
{