diff gamelib/gui.py @ 222:69941f04f1c0

Layout tweaks
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 21:07:51 +0200
parents 9a1a169497c6
children
line wrap: on
line diff
--- a/gamelib/gui.py	Sat May 12 21:02:02 2012 +0200
+++ b/gamelib/gui.py	Sat May 12 21:07:51 2012 +0200
@@ -52,9 +52,9 @@
 
 class IconTextButton(TextButton):
     WIDTH = 198
-    HEIGHT = 80
+    HEIGHT = 73
 
-    TEXT_OFFSET = (0, 60)
+    TEXT_OFFSET = (0, 58)
 
     def __init__(self, pos, name, text, font=font_auto, shadow=True):
         rect = (pos[0], pos[1], self.WIDTH, self.HEIGHT)