URI: 
       tcreated docstring for expand() - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 62ec74c0100ec6637808c14e51b6c3d9dfc44973
   DIR parent fedcd637423b76842c5ab6686bc7e52950fb5113
  HTML Author: Jimbo77 <onlineregular@gmail.com>
       Date:   Wed, 22 Aug 2012 16:35:34 -0700
       
       created docstring for expand()
       
       Diffstat:
         M lib/gui_lite.py                     |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/gui_lite.py b/lib/gui_lite.py
       t@@ -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()