Made LossOfAC step type an Unnumbered High Level step.
Code cleanup.
This commit is contained in:
parent
680056cd2c
commit
ce2f89f848
Binary file not shown.
@ -193,7 +193,7 @@ namespace Volian.Print.Library
|
||||
box.MyBox = new Box();
|
||||
box.DefBox = vlnBox.BoxThin;
|
||||
StepSectionLayoutData ssld = formatInfo.MyStepSectionLayoutData;
|
||||
int colR = int.Parse(formatInfo.MyStepSectionLayoutData.ColRTable.Split(",".ToCharArray())[childItemInfo.ColumnMode]);
|
||||
float colR = float.Parse(formatInfo.MyStepSectionLayoutData.ColRTable.Split(",".ToCharArray())[childItemInfo.ColumnMode]);
|
||||
int widS = vlnPrintObject.ToInt(formatInfo.MyStepSectionLayoutData.WidSTablePrint, maxRNO);
|
||||
box.DefEnd = (float)(ssld.ColS + colR + widS + (60 / 4.8));
|
||||
box.YOffset = yoff - .75F * vlnPrintObject.SixLinesPerInch;
|
||||
|
Loading…
x
Reference in New Issue
Block a user