changeset 217:9a1a169497c6

Tweak spacing
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 20:43:44 +0200
parents ec97f80feae0
children b7612992a1db
files gamelib/gamegui.py gamelib/gui.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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)