From 0adfc1377c9e7e6845bff6e684e4a2f816053331 Mon Sep 17 00:00:00 2001 From: Alex Levenson Date: Fri, 11 Jul 2008 16:17:23 +0000 Subject: Fixed canvas height --- (limited to 'physics.py') diff --git a/physics.py b/physics.py index 48d9464..7107195 100644 --- a/physics.py +++ b/physics.py @@ -85,7 +85,7 @@ class PhysicsGame: def main(): toolbarheight = 75 - tabheight = 35 + tabheight = 45 pygame.init() pygame.display.init() x,y = pygame.display.list_modes()[0] -- cgit v0.9.1