From 800adeb883ad532114dc28225befc41792550c70 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 6 May 2014 14:09:02 +0000 Subject: [PATCH] Adjusted the width (added 1) of the Cautions and Notes so that the word wrapping matches 16-bit VE-PROMS output. --- PROMS/fmtxml/AppendPlantSpecific.cs | 3 +++ 1 file changed, 3 insertions(+) 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) {