changeset 527:676e18712c42

Excise another yellow
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 18 Sep 2011 01:01:35 +0200
parents 4be447ecf53d
children 5f1aa75c9e74
files mamba/widgets/entrybox.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/widgets/entrybox.py	Sun Sep 18 01:01:24 2011 +0200
+++ b/mamba/widgets/entrybox.py	Sun Sep 18 01:01:35 2011 +0200
@@ -7,7 +7,7 @@
 class EntryBox(Box):
 
     def __init__(self, rect, text, init_value, accept_callback=None,
-            color='white', entry_color='yellow'):
+            color='white', entry_color='red'):
         super(EntryBox, self).__init__(rect)
         self.text = text
         self.accept_callback = accept_callback