diff --git a/PROMS/fmtxml/AppendPlantSpecific.cs b/PROMS/fmtxml/AppendPlantSpecific.cs index b25ea308..ccc07bf9 100644 --- a/PROMS/fmtxml/AppendPlantSpecific.cs +++ b/PROMS/fmtxml/AppendPlantSpecific.cs @@ -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) {