Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian <brian@laptop.org>2008-07-10 01:01:00 (GMT)
committer Brian <brian@laptop.org>2008-07-10 01:01:00 (GMT)
commitc1b549f3210b363d2cd07043b5f20bbcc2206d44 (patch)
tree597ab03282a36ed6e68c84280afe1559172917dd
parentd853520ea8d5c1ee1ee70133f1dbf9d8369a64db (diff)
There must be a better way to get this :)
-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]