Adjusted the width (added 1) of the Cautions and Notes so that the word wrapping matches 16-bit VE-PROMS output.

This commit is contained in:
John Jenko 2014-05-06 14:09:02 +00:00
parent 637df99460
commit 800adeb883

View File

@ -467,6 +467,9 @@ namespace fmtxml
// keep the transition text the same as for the delivery, which means that TStepNoFlag
// should be = true (the default).
fmtdata.TransData.TStepNoFlag = "True";
// adjust the width of the Caution and Notes
fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 457;
}
private void AddRGEDEVFmt(ref FormatData fmtdata)
{