created docstring for expand()
authorJimbo77 <onlineregular@gmail.com>
Wed, 22 Aug 2012 23:35:34 +0000 (16:35 -0700)
committerJimbo77 <onlineregular@gmail.com>
Wed, 22 Aug 2012 23:35:34 +0000 (16:35 -0700)
lib/gui_lite.py

index ad9bf13..0ce5f5e 100644 (file)
@@ -74,6 +74,7 @@ class ElectrumGui:
         self.app.exec_()
 
     def expand(self):
+        """Hide the lite mode window and show pro-mode."""
         self.mini.hide()
         self.expert.show()