Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tagplay.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-06-02 12:10:46 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-06-02 12:10:46 (GMT)
commitc74c8f22407ca7028eeb9551fa2925b75f54cac3 (patch)
treee0d1fbb8a9b245324f96bcb42f6075eeb62a37b2 /TurtleArt/tagplay.py
parent6a8c13371d35597dad26b50191ac3ae4291add64 (diff)
account for toolbars when positioning video window overlay
Diffstat (limited to 'TurtleArt/tagplay.py')
-rw-r--r--TurtleArt/tagplay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tagplay.py b/TurtleArt/tagplay.py
index a90104b..6f8032c 100644
--- a/TurtleArt/tagplay.py
+++ b/TurtleArt/tagplay.py
@@ -104,7 +104,7 @@ class Gplay():
if lc.tw.running_sugar:
self.bin.set_transient_for(lc.tw.activity)
- self.bin.move(x, y + 108)
+ self.bin.move(x, y)
self.bin.resize(w, h)
self.bin.show_all()