ocarina: Hide settings by default

They don't need to be seen all the time.  Hide them until the user asks
to see the page.
This commit is contained in:
Bryan Schumaker 2011-06-18 11:37:05 -04:00
parent f2c3e2d901
commit 989de579e4
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ def hide_settings(*args):
body.hide_page(SETTINGS_PAGE)
body.switch_to_page_n(0)
close_button.connect("clicked", hide_settings)
hide_settings()
def show_settings():
body.show_page(SETTINGS_PAGE)