diff gamelib/gui.py @ 228:3955d126ca26

merge
author Rizmari Versfeld <rizziepit@gmail.com>
date Sat, 12 May 2012 23:09:33 +0200
parents 69941f04f1c0
children
line wrap: on
line diff
--- a/gamelib/gui.py	Sat May 12 23:09:16 2012 +0200
+++ b/gamelib/gui.py	Sat May 12 23:09:33 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)