def show_main_window(self): """Display the main window""" self.root_win.body = urwid.Filler(self.main_window, height=('relative', 100))