# HG changeset patch # User Neil Muller # Date 1336848224 -7200 # Node ID 9a1a169497c611df0a2e44bdb3ef9336103d757d # Parent ec97f80feae0d21db46652b5f43f68e4a94ce339 Tweak spacing diff -r ec97f80feae0 -r 9a1a169497c6 gamelib/gamegui.py --- a/gamelib/gamegui.py Sat May 12 20:42:17 2012 +0200 +++ b/gamelib/gamegui.py Sat May 12 20:43:44 2012 +0200 @@ -511,7 +511,7 @@ x += widget.WIDTH + 10 if x >= WIDTH: x = 0 - y += 65 + y += 55 def end_turn(self): # Drop back to the research screen diff -r ec97f80feae0 -r 9a1a169497c6 gamelib/gui.py --- a/gamelib/gui.py Sat May 12 20:42:17 2012 +0200 +++ b/gamelib/gui.py Sat May 12 20:43:44 2012 +0200 @@ -51,7 +51,7 @@ class IconTextButton(TextButton): - WIDTH = 270 + WIDTH = 198 HEIGHT = 80 TEXT_OFFSET = (0, 60)