diff --git a/PROMS/Volian.Print.Library/Pagination.cs b/PROMS/Volian.Print.Library/Pagination.cs index 5c9a7ca0..979e55e4 100644 --- a/PROMS/Volian.Print.Library/Pagination.cs +++ b/PROMS/Volian.Print.Library/Pagination.cs @@ -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;