From b280fa7bc9be01cf1129a9fb593fd3643b378fb1 Mon Sep 17 00:00:00 2001 From: Wendel Voigt Date: Mon, 11 Jul 2016 18:33:03 -0500 Subject: [PATCH] CenterTabs correctly fix up white space issues from automatic tests --- domdiv/draw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domdiv/draw.py b/domdiv/draw.py index 9927bcd..12ff2fa 100644 --- a/domdiv/draw.py +++ b/domdiv/draw.py @@ -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