Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tasetup.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 /tasetup.py
parent47d0bfa374ff928a882b4d53a27d1d8ed7bbe8c1 (diff)
adding fullscreen mode
Diffstat (limited to 'tasetup.py')
-rw-r--r--tasetup.py4
1 files changed, 2 insertions, 2 deletions
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)