From c74c8f22407ca7028eeb9551fa2925b75f54cac3 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 02 Jun 2012 12:10:46 +0000 Subject: account for toolbars when positioning video window overlay --- (limited to 'TurtleArt/tagplay.py') 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() -- cgit v0.9.1