From 6085ebccbf4d542c2e3529bcce6b6cd2cb555dc4 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 28 Mar 2009 07:52:07 +0000 Subject: adding fullscreen mode --- (limited to 'tasetup.py') diff --git a/tasetup.py b/tasetup.py index f7b10d7..7d13039 100644 --- a/tasetup.py +++ b/tasetup.py @@ -257,10 +257,10 @@ def setup_misc(tw): tw.status_shapes['syntaxerror'] = load_image(tw.path, '', 'syntaxerror') # for some reason, the status bar is displayed off screen on the XO if os.path.exists('/sys/power/olpc-pm'): - tw.status_spr = sprNew(tw,0,(tw.height-83), \ + tw.status_spr = sprNew(tw,0,(tw.height-183), \ tw.status_shapes['status'],True) else: - tw.status_spr = sprNew(tw,0,(tw.height-73), \ + tw.status_spr = sprNew(tw,0,(tw.height-173), \ tw.status_shapes['status'],True) tw.status_spr.type = 'status' setlayer(tw.status_spr,400) -- cgit v0.9.1