Fixed the vertical centering of Note and Caution text within the Note and Caution boxes.

This commit is contained in:
John Jenko 2013-10-08 15:26:41 +00:00
parent a0f03d11f3
commit 16cf8c0366

View File

@ -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