Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
Diffstat (limited to 'physics.py')
-rw-r--r--physics.py2
1 files changed, 1 insertions, 1 deletions
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]