Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-03-28 07:52:07 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-03-28 07:52:07 (GMT)
commit6085ebccbf4d542c2e3529bcce6b6cd2cb555dc4 (patch)
treea35c162bf0cf95edcdf85e692feb9c93a5760d77 /tawindow.py
parent47d0bfa374ff928a882b4d53a27d1d8ed7bbe8c1 (diff)
adding fullscreen 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()