From 29f3db86056d06ffba3c0f27758a8fa38c58d4e4 Mon Sep 17 00:00:00 2001 From: Kathy Date: Thu, 18 Sep 2014 16:17:35 +0000 Subject: [PATCH] BGEALN: Adjust Condition/Response table header to left by 1 character --- PROMS/Volian.Print.Library/VlnSvgPageHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROMS/Volian.Print.Library/VlnSvgPageHelper.cs b/PROMS/Volian.Print.Library/VlnSvgPageHelper.cs index f4015f07..3f3fdcf8 100644 --- a/PROMS/Volian.Print.Library/VlnSvgPageHelper.cs +++ b/PROMS/Volian.Print.Library/VlnSvgPageHelper.cs @@ -236,8 +236,8 @@ namespace Volian.Print.Library 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 right = (float)MySection.MyDocStyle.Layout.PageWidth - .76f; // used -.76 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 if (AlarmYoffStart > 0) { // draw vertical - either to the alarmyoffend or bottom of page