# HG changeset patch # User Simon Cross # Date 1259451996 0 # Node ID 7581c2fe1498f9d84619ff7f7392e805f65dae03 # Parent 6b21b2140262a493f649368c9310e60f9562ef1d Merge r598 from trunk. diff -r 6b21b2140262 -r 7581c2fe1498 gamelib/toolbar.py --- a/gamelib/toolbar.py Sat Nov 28 23:27:38 2009 +0000 +++ b/gamelib/toolbar.py Sat Nov 28 23:46:36 2009 +0000 @@ -122,7 +122,7 @@ tbl = gui.Table() tbl.tr() - doc = gui.Document(width=510) + doc = gui.Document(width=540) space = doc.style.font.size(" ") for header in ['Item', 'Buy Price', 'Sell Price', 'Repair Price']: doc.add(misc.make_box("%s" % header, markup=True))