Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]