Adjust for size of section continue header so that forced pagination does not occur.

This commit is contained in:
Kathy Ruffing 2014-11-14 16:15:05 +00:00
parent f68a68c63a
commit 5c399e029d

View File

@ -282,7 +282,7 @@ namespace Volian.Print.Library
float sectionSpace = 0;
if (doSectionTitleContinued)
{
sectionSpace = 2 * SixLinesPerInch;// this should actuall use the physical size of the continue messsage.
sectionSpace = 3 * SixLinesPerInch;// this should actuall use the physical size of the continue messsage.
yPageSizeNextPage -= sectionSpace;
yExtra -= sectionSpace;
yExtra2 -= sectionSpace;