Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/theme.py
diff options
context:
space:
mode:
Diffstat (limited to 'theme.py')
-rw-r--r--theme.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme.py b/theme.py
index bb55e41..4198f22 100644
--- a/theme.py
+++ b/theme.py
@@ -105,6 +105,8 @@ DRAWHEIGHT = gtk.gdk.screen_height() - 370 # 500
KEYFRAMES = [] # [50,190,337,487,625]
TOTALFRAMES = 30
+KEYFRAME_RADIUS = 40
+
for i in range(5):
keyframe_width = KEYFRAMEWIDTH/5
KEYFRAMES.append(keyframe_width/2 + i*keyframe_width)