comparison 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
comparison
equal deleted inserted replaced
572:84616c7db2e7 573:c01e1e329b47
287 self.current_tool.text = 'Tool: %s' % text 287 self.current_tool.text = 'Tool: %s' % text
288 self.current_tool.prepare() 288 self.current_tool.prepare()
289 return True 289 return True
290 290
291 def show_help(self, ev, widget): 291 def show_help(self, ev, widget):
292 message = MessageBox((20, 20), self.help_msg, color="black", 292 message = MessageBox((5, 5), self.help_msg, color="black",
293 fontsize=12) 293 fontsize=12)
294 self.display_dialog(message) 294 self.display_dialog(message)
295 return True 295 return True
296 296
297 def go_mainmenu(self, ev, widget): 297 def go_mainmenu(self, ev, widget):