Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tasetup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tasetup.py')
-rw-r--r--tasetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasetup.py b/tasetup.py
index cfe8854..2f2b8a3 100644
--- a/tasetup.py
+++ b/tasetup.py
@@ -299,7 +299,7 @@ def setup_misc(tw):
tw.status_spr = sprNew(tw,0,(tw.height-175), \
tw.status_shapes['status'],True)
tw.status_spr.type = 'status'
- setlayer(tw.status_spr,400)
+ setlayer(tw.status_spr,900)
# everything should be loaded at this point
# print tw.status_shapes
tw.loaded = True