Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/screen.py
diff options
context:
space:
mode:
Diffstat (limited to 'screen.py')
-rw-r--r--screen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.py b/screen.py
index a818a5e..31ba47f 100644
--- a/screen.py
+++ b/screen.py
@@ -28,7 +28,7 @@ class ScreenFrame:
self.parts = theme.PARTS.copy()
self.sticks = theme.STICKS.copy()
self.joints = _initjoints()
- self.middle = (int(theme.DRAWWIDTH/2.0), int(theme.DRAWHEIGHT/2.0))
+ self.middle = (theme.DRAWWIDTH/2, theme.DRAWHEIGHT/3)
self.setjoints()
def assign(self, x):