From 935d70a6dce717f9d9c96ad9b634fee0e3323ea4 Mon Sep 17 00:00:00 2001 From: Kenny Meyer Date: Sat, 17 Sep 2011 00:54:11 +0000 Subject: Sacar Activity toolbar --- diff --git a/olpcgames/activity.py b/olpcgames/activity.py index 45a6a69..a55611d 100644 --- a/olpcgames/activity.py +++ b/olpcgames/activity.py @@ -76,8 +76,8 @@ class PyGameActivity(activity.Activity): # for now just fudge the toolbar size... self.game_size = width, height - (1*style.GRID_CELL_SIZE) self.set_title(self.game_title) - toolbar = self.build_toolbar() - log.debug( 'Toolbar size: %s', toolbar.get_size_request()) + #toolbar = self.build_toolbar() + #log.debug( 'Toolbar size: %s', toolbar.get_size_request()) canvas = self.build_canvas() def make_global( self ): -- cgit v0.9.1