From 0189d7759b42b3f186099e63d240bdd7ca4b0c1c Mon Sep 17 00:00:00 2001 From: John Date: Fri, 9 Nov 2012 20:41:28 +0000 Subject: [PATCH] Fixed the width of the caution tab in the South Texas Step Deviation printout --- PROMS/Volian.Print.Library/vlnParagraph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index a3a9fa3e..880dbf0e 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -2046,7 +2046,7 @@ namespace Volian.Print.Library { float mycolT = (float)formatInfo.MyStepSectionLayoutData.ColT; if(formatInfo.MyStepSectionLayoutData.Dev_Format) - Width = (float)formatInfo.MyStepSectionLayoutData.WidT; + Width = (float)formatInfo.MyStepSectionLayoutData.WidT + 1; else Width = (float)formatInfo.MyStepSectionLayoutData.WidT - 6 - mycolT; XOffset += mycolT; // adjust caution/note text position