diff --git a/PROMS/Volian.Print.Library/Pagination.cs b/PROMS/Volian.Print.Library/Pagination.cs index ede17255..09c821b5 100644 --- a/PROMS/Volian.Print.Library/Pagination.cs +++ b/PROMS/Volian.Print.Library/Pagination.cs @@ -287,6 +287,7 @@ namespace Volian.Print.Library if (doSectionTitleContinued) { sectionSpace = 3 * SixLinesPerInch;// this should actuall use the physical size of the continue messsage. + if (MyItemInfo.ActiveSection.DisplayText.Length < 40) sectionSpace = SixLinesPerInch; yPageSizeNextPage -= sectionSpace; yExtra -= sectionSpace; yExtra2 -= sectionSpace;