Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
authorAlex Levenson <alexlevenson@laptop.org>2008-07-11 16:17:23 (GMT)
committer Alex Levenson <alexlevenson@laptop.org>2008-07-11 16:17:23 (GMT)
commit0adfc1377c9e7e6845bff6e684e4a2f816053331 (patch)
tree861c3d9fb03ac0412a2893e10cd399d2e56456ad /physics.py
parent3889f644d5fb387c5abc6373315c2b1c2263bb45 (diff)
Fixed canvas height
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 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]