C2107-019: right align Supplemental Information tabs

This commit is contained in:
Kathy Ruffing 2017-05-24 15:04:12 +00:00
parent aa21c16ebb
commit 33612bee11

View File

@ -4107,6 +4107,7 @@ namespace Volian.Print.Library
strmytab = "Note"; strmytab = "Note";
else else
strmytab = ItemInfo.GetCombinedTab(itemInfo.MyParent, itemInfo.MyParent.MyParent.CombinedTab); strmytab = ItemInfo.GetCombinedTab(itemInfo.MyParent, itemInfo.MyParent.MyParent.CombinedTab);
strmytab = strmytab.Trim();
mytab = new vlnTab(cb, this, strmytab, strmytab, localXOffset, yoff, itemInfo.MyTab.MyFont, doSectTab, StepRTB.MySymbolFontName, itemInfo.MyTab.RemovedStyleUnderline); mytab = new vlnTab(cb, this, strmytab, strmytab, localXOffset, yoff, itemInfo.MyTab.MyFont, doSectTab, StepRTB.MySymbolFontName, itemInfo.MyTab.RemovedStyleUnderline);
return mytab; return mytab;
} }