adjusted the width of the RNO column in the Alarms format (this is used for a signoff line) so the change bar prints

This commit is contained in:
John Jenko 2013-07-31 18:13:15 +00:00
parent 6c56658451
commit 3ab4b252b2

View File

@ -1220,6 +1220,9 @@ namespace fmtxml
fmtdata.StepData[18].Font.FontSize = "11";
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";
// High5
fmtdata.StepData[41].Font.FontFamily = "Arial";
fmtdata.StepData[41].Font.FontSize = "11";