From e9aa825d1f10faa9420662303d71134ad5e363a9 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 28 Mar 2009 09:30:51 +0000 Subject: adding scrolled window --- (limited to 'tasetup.py') diff --git a/tasetup.py b/tasetup.py index 7d13039..f84dec3 100644 --- a/tasetup.py +++ b/tasetup.py @@ -255,12 +255,7 @@ def setup_misc(tw): tw.status_shapes['nomedia'] = load_image(tw.path, '', 'nomedia') tw.status_shapes['nocode'] = load_image(tw.path, '', 'nocode') 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-183), \ - tw.status_shapes['status'],True) - else: - tw.status_spr = sprNew(tw,0,(tw.height-173), \ + tw.status_spr = sprNew(tw,0,(tw.height-175), \ tw.status_shapes['status'],True) tw.status_spr.type = 'status' setlayer(tw.status_spr,400) -- cgit v0.9.1