Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.py b/chat.py
index d611c8d..1aeeb01 100644
--- a/chat.py
+++ b/chat.py
@@ -235,7 +235,7 @@ class Chat(Activity):
vbox.append(name)
if status_message:
- rb = RoundBox(padding=px(3))
+ rb = RoundBox(background_color=0x808080ff, padding=px(3))
else:
rb = RoundBox(background_color=0xffffffff, padding=px(3))
rb.append(text)