CenterTabs correctly fix up white space issues from automatic tests
This commit is contained in:
parent
d354f1e291
commit
b280fa7bc9
@ -44,7 +44,7 @@ class DividerDrawer(object):
|
|||||||
|
|
||||||
def wantCentreTab(self, card):
|
def wantCentreTab(self, card):
|
||||||
return (card.isExpansion() and self.options.centre_expansion_dividers) or self.options.tab_side == "centre"
|
return (card.isExpansion() and self.options.centre_expansion_dividers) or self.options.tab_side == "centre"
|
||||||
|
|
||||||
def getOutline(self, card):
|
def getOutline(self, card):
|
||||||
|
|
||||||
dividerWidth = self.options.dividerWidth
|
dividerWidth = self.options.dividerWidth
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user