CenterTabs correctly fix up white space issues from automatic tests

This commit is contained in:
Wendel Voigt 2016-07-11 18:33:03 -05:00
parent d354f1e291
commit b280fa7bc9

View File

@ -44,7 +44,7 @@ class DividerDrawer(object):
def wantCentreTab(self, card):
return (card.isExpansion() and self.options.centre_expansion_dividers) or self.options.tab_side == "centre"
def getOutline(self, card):
dividerWidth = self.options.dividerWidth