Add a width override to the RNO type in the Alarms format so that checkoffs will print when the RNO is off of a substep

This commit is contained in:
John Jenko 2014-04-11 13:35:03 +00:00
parent e8fbd9d30b
commit 58564667ea

View File

@ -726,8 +726,8 @@ namespace fmtxml
fmtdata.StepData[18].TabData.Font.FontFamily = "Arial";
fmtdata.StepData[18].TabData.Font.FontSize = "11";
// RNOType
//fmtdata.StepData[40].WidthOverride = "75";
//fmtdata.StepData[40].WidthOverrideEdit = "75";
fmtdata.StepData[40].WidthOverride = "73";
fmtdata.StepData[40].WidthOverrideEdit = "73";
// High5
fmtdata.StepData[41].Font.FontFamily = "Arial";
fmtdata.StepData[41].Font.FontSize = "11";