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:
parent
637df99460
commit
800adeb883
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user