changeset 593:967e351872ed

Enlarge price reference to cater for larger fonts.
author Simon Cross <hodgestar@gmail.com>
date Sat, 28 Nov 2009 23:45:42 +0000
parents 441077fab928
children 017a1ea8f8e0
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: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("<b>%s</b>" % header, markup=True))