Adjust for size of section continue header so that forced pagination does not occur.
This commit is contained in:
parent
f68a68c63a
commit
5c399e029d
@ -282,7 +282,7 @@ namespace Volian.Print.Library
|
|||||||
float sectionSpace = 0;
|
float sectionSpace = 0;
|
||||||
if (doSectionTitleContinued)
|
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;
|
yPageSizeNextPage -= sectionSpace;
|
||||||
yExtra -= sectionSpace;
|
yExtra -= sectionSpace;
|
||||||
yExtra2 -= sectionSpace;
|
yExtra2 -= sectionSpace;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user