Fixed the width of the caution tab in the South Texas Step Deviation printout
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user