Fixed the vertical centering of Note and Caution text within the Note and Caution boxes.
This commit is contained in:
parent
a0f03d11f3
commit
16cf8c0366
@ -934,6 +934,8 @@ namespace fmtxml
|
||||
fmtdata.StepData[41].Font.FontSize = "11";
|
||||
fmtdata.StepData[41].TabData.Font.FontFamily = "Arial";
|
||||
fmtdata.StepData[41].TabData.Font.FontSize = "11";
|
||||
// Caution
|
||||
fmtdata.StepData[6].OneLineBeforeTab = "True";
|
||||
// Caution1
|
||||
fmtdata.StepData[20].Inactive = "True";
|
||||
// Caution2
|
||||
@ -942,6 +944,7 @@ namespace fmtxml
|
||||
fmtdata.StepData[27].Inactive = "True";
|
||||
// Caution4
|
||||
fmtdata.StepData[29].Inactive = "True";
|
||||
fmtdata.StepData[7].OneLineBeforeTab = "True";
|
||||
// Note1
|
||||
fmtdata.StepData[22].Inactive = "True";
|
||||
// Note2
|
||||
|
Loading…
x
Reference in New Issue
Block a user