created docstring for expand()

This commit is contained in:
Jimbo77 2012-08-22 16:35:34 -07:00
parent fedcd63742
commit 62ec74c010
1 changed files with 1 additions and 0 deletions

View 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()