Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index da77f08..c3a49ed 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -54,7 +54,7 @@ def twNew(win, path, lang, tboxh, parent=None):
tw.save_file_name = None
win.set_flags(gtk.CAN_FOCUS)
tw.width = gtk.gdk.screen_width()
- tw.height = gtk.gdk.screen_height() - tboxh
+ tw.height = gtk.gdk.screen_height() # - tboxh
win.set_size_request(tw.width, tw.height)
if parent is None: win.show_all()
else: parent.show_all()