|
urwid.Columns((left_pane_widget, right_pane_widget),
|
|
urwid.Columns((left_pane_widget, right_pane_widget),
|
|
*[ fields[c] if c is not None else urwid.Divider() for c in self.bottom_pane ],
|
|
*[ fields[c] if c is not None else urwid.Divider() for c in self.bottom_pane ],
|