changeset 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 6b21b2140262
children 8dfe7eaf1f7f
files gamelib/toolbar.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))