diff mamba/habitats/editor.py @ 573:c01e1e329b47

Add a sentence to help. Tweak help display
author Neil Muller <drnlmuller@gmail.com>
date Wed, 21 Nov 2012 13:38:01 +0200
parents 84616c7db2e7
children cd51099911ca
line wrap: on
line diff
--- a/mamba/habitats/editor.py	Tue Nov 20 23:37:46 2012 +0200
+++ b/mamba/habitats/editor.py	Wed Nov 21 13:38:01 2012 +0200
@@ -289,7 +289,7 @@
         return True
 
     def show_help(self, ev, widget):
-        message = MessageBox((20, 20), self.help_msg, color="black",
+        message = MessageBox((5, 5), self.help_msg, color="black",
                              fontsize=12)
         self.display_dialog(message)
         return True