From e0165fa65032f27905936583084b838c7f519bc9 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 12 Oct 2009 07:21:42 +0000 Subject: cleaning up code for running from command line --- (limited to 'tawindow.py') diff --git a/tawindow.py b/tawindow.py index 5e7fcae..3fe3f8e 100644 --- a/tawindow.py +++ b/tawindow.py @@ -85,7 +85,6 @@ def twNew(win, path, lang, parent=None): tw.height = gtk.gdk.screen_height() # starting from command line if parent is None: - win.set_size_request(tw.width, tw.height) win.show_all() # starting from Sugar else: -- cgit v0.9.1