move section text down after the section separator line
This commit is contained in:
parent
763eb1865b
commit
62a6d747df
@ -544,6 +544,7 @@ namespace Volian.Print.Library
|
||||
{
|
||||
pc.Total = MyPageHelper.CurrentTOCPageNumber + 1;
|
||||
pc.DrawTemplates();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -2894,6 +2895,8 @@ namespace Volian.Print.Library
|
||||
{
|
||||
string macro = GetMacroName(MyItemInfo.MyDocStyle.Layout.SectionMacro);
|
||||
PartsAbove.Add(new vlnMacro(xoff, yoff, macro));
|
||||
yoff += SixLinesPerInch;
|
||||
YOffset = yoff;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user