BGEALN: Adjust Condition/Response table header to left by 1 character

This commit is contained in:
Kathy Ruffing 2014-09-18 16:17:35 +00:00
parent 748e4ad900
commit 29f3db8605

View File

@ -236,7 +236,7 @@ namespace Volian.Print.Library
if (MySection.ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvertAlarm) if (MySection.ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvertAlarm)
{ {
float left = (float)MySection.MyDocStyle.Layout.LeftMargin + 4.40f; // used 4.40 (4.5) to make bge alarm lines closest to lining up with macro float left = (float)MySection.MyDocStyle.Layout.LeftMargin + 4.40f - 6; // used 4.40 -6 to line up with the macro & not touch two digit sub-step tabs.
float right = (float)MySection.MyDocStyle.Layout.PageWidth - .76f; // used -.76 to make bge alarm lines closest to lining up with macro float right = (float)MySection.MyDocStyle.Layout.PageWidth - .76f; // used -.76 to make bge alarm lines closest to lining up with macro
if (AlarmYoffStart > 0) if (AlarmYoffStart > 0)
{ {