diff gamelib/toolbar.py @ 594:7581c2fe1498 1.5.x

Merge r598 from trunk.
author Simon Cross <hodgestar@gmail.com>
date Sat, 28 Nov 2009 23:46:36 +0000
parents 1356875ce686
children
line wrap: on
line diff
--- 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("<b>%s</b>" % header, markup=True))