# HG changeset patch # User Jeremy Thurgood # Date 1259406541 0 # Node ID e57a0cf38cc7fd221bdb38357606fa2ab335c20d # Parent 56a3a3f54e3d0608c8359e31cdcfc8f6fba87dab And fix headings, now that it's easy to do so. diff -r 56a3a3f54e3d -r e57a0cf38cc7 gamelib/toolbar.py --- a/gamelib/toolbar.py Sat Nov 28 11:00:14 2009 +0000 +++ b/gamelib/toolbar.py Sat Nov 28 11:09:01 2009 +0000 @@ -219,7 +219,7 @@ def add_heading(self, text): self.tr() - self.td(mklabel(text), colspan=2) + self.td(mklabel(text, width=constants.TOOLBAR_WIDTH, align=0), colspan=2) def add_tool_button(self, text, tool, price=None, cursor=None): if price is not None: