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:
parent
6c56658451
commit
3ab4b252b2
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user