Fixed the width of the caution tab in the South Texas Step Deviation printout

This commit is contained in:
2012-11-09 20:41:28 +00:00
parent 6423e592cc
commit 0189d7759b

View File

@@ -2046,7 +2046,7 @@ namespace Volian.Print.Library
{ {
float mycolT = (float)formatInfo.MyStepSectionLayoutData.ColT; float mycolT = (float)formatInfo.MyStepSectionLayoutData.ColT;
if(formatInfo.MyStepSectionLayoutData.Dev_Format) if(formatInfo.MyStepSectionLayoutData.Dev_Format)
Width = (float)formatInfo.MyStepSectionLayoutData.WidT; Width = (float)formatInfo.MyStepSectionLayoutData.WidT + 1;
else else
Width = (float)formatInfo.MyStepSectionLayoutData.WidT - 6 - mycolT; Width = (float)formatInfo.MyStepSectionLayoutData.WidT - 6 - mycolT;
XOffset += mycolT; // adjust caution/note text position XOffset += mycolT; // adjust caution/note text position