Center dialog over PROMS window
Overlay bottom of dialog with printing status dialog to hide buttons. Correct spelling of DebugPagination.txt file Fix table layout - Linespacing and text within borders Set the yOffset to an integer value after a Table - This was causing some very strange pagination problems. Output one blank line after a figure.
This commit is contained in:
@@ -972,6 +972,7 @@ namespace Volian.Print.Library
|
||||
yForCheckoff += Height - SixLinesPerInch; // place checkoff on last row of text
|
||||
yoff += (Height + (2 * SixLinesPerInch));
|
||||
CalculateXOffset(itemInfo, maxRNO, formatInfo);
|
||||
yoff = (float)Math.Ceiling(yoff); // RHM 20120925 - Make sure that yOff is an integer value after a grid
|
||||
}
|
||||
else if (itemInfo.IsFigure) // if a figure we've got to determine the size:
|
||||
{
|
||||
@@ -1003,7 +1004,7 @@ namespace Volian.Print.Library
|
||||
//yForCheckoff = yoff + Height - SixLinesPerInch;
|
||||
if (dropCheckoff)
|
||||
yForCheckoff += Height - SixLinesPerInch; // place checkoff on last row of text
|
||||
yoff += (Height + (2 * SixLinesPerInch));
|
||||
yoff += (Height + (SixLinesPerInch)); // RHM 20120925 - Eliminate extra space after Figure
|
||||
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user