diff gamelib/gamescreen.py @ 125:d3ca34a664fd

Some detail view and data cleanup.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 24 Aug 2010 18:01:42 +0200
parents 97322b78d1c1
children f125bb60d7de
line wrap: on
line diff
--- a/gamelib/gamescreen.py	Tue Aug 24 17:55:47 2010 +0200
+++ b/gamelib/gamescreen.py	Tue Aug 24 18:01:42 2010 +0200
@@ -127,6 +127,8 @@
 
 class ToolBar(Row):
     def __init__(self, items):
+        for item in items:
+            item.height = BUTTON_SIZE
         Row.__init__(self, items, spacing=0, width=SCREEN[0])