# HG changeset patch # User Simon Cross # Date 1259451942 0 # Node ID 967e351872eda59468f47e14b1c730cb9f59e584 # Parent 441077fab928545b644e865eab1e570deee7eeae Enlarge price reference to cater for larger fonts. diff -r 441077fab928 -r 967e351872ed gamelib/toolbar.py --- a/gamelib/toolbar.py Sat Nov 28 23:37:10 2009 +0000 +++ b/gamelib/toolbar.py Sat Nov 28 23:45:42 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))