Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2014-04-06 21:28:41 (GMT)
committer Walter Bender <walter@sugarlabs.org>2014-04-06 21:28:41 (GMT)
commitf9fe401c28c6c6fdc553a6e80b5b2b4a3ac05e2e (patch)
treeef711b161b41b1dcbb4124effe03ab032335b969 /turtleblocks.py
parentf90ff165e8292c6819c588fc435bfe883a19583a (diff)
clean up by Alan
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index 0cabd37..fe86493 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -395,7 +395,7 @@ return %s(self)" % (p, P, P)
self.vbox.show()
self.menu_bar = self._get_menu_bar()
- self.vbox.pack_start(self.menu_bar, False, False, 2)
+ self.vbox.pack_start(self.menu_bar, False, False)
self.menu_bar.show()
self.menu_height = self.menu_bar.size_request()[1]