From c1b549f3210b363d2cd07043b5f20bbcc2206d44 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 10 Jul 2008 01:01:00 +0000 Subject: There must be a better way to get this :) --- (limited to 'physics.py') diff --git a/physics.py b/physics.py index ecbab80..2987d1f 100644 --- a/physics.py +++ b/physics.py @@ -84,7 +84,7 @@ class PhysicsGame: def main(): toolbarheight = 75 - tabheight = 30 + tabheight = 35 pygame.init() pygame.display.init() x,y = pygame.display.list_modes()[0] -- cgit v0.9.1