Changed WidT to 455 from 454 to make CNS and MNS output consitent.
This commit is contained in:
parent
4716e6788b
commit
3c0d2e3f6a
@ -28,7 +28,7 @@ namespace fmtxml
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3;
|
||||
// ColS="42" WidT="454" ColRTable="0,264,138" WidSTableEdit="432,221,120" WidSTablePrint="480,221,120"
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.ColS = 42;
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 454;
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 455;
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,264,138";
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "432,221,120";
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "480,221,120";
|
||||
|
@ -16,7 +16,7 @@ namespace fmtxml
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3;
|
||||
// ColS="42" WidT="454" ColRTable="0,264,138" WidSTableEdit="432,221,120" WidSTablePrint="480,221,120"
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.ColS = 42;
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 454;
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 455;
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,264,138";
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "432,221,120";
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "480,221,120";
|
||||
|
Loading…
x
Reference in New Issue
Block a user