diff options
| author | Ian Ward <ian@excess.org> | 2012-09-21 18:08:03 -0400 |
|---|---|---|
| committer | Ian Ward <ian@excess.org> | 2012-09-21 18:08:03 -0400 |
| commit | 9a35396200f0bbce28dcbb2257285b4f7d014a8e (patch) | |
| tree | b35b7b1a2e4d0edf9664f1813253b4a68a990d03 /docs/tutorial/menu3.py | |
| parent | 49512cbedb38bfe42056d5bc6deaec90e6d23664 (diff) | |
| download | urwid-9a35396200f0bbce28dcbb2257285b4f7d014a8e.tar.gz | |
tutorial menu3 new screenshots, update titles
--HG--
branch : feature-sphinx
Diffstat (limited to 'docs/tutorial/menu3.py')
| -rw-r--r-- | docs/tutorial/menu3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/menu3.py b/docs/tutorial/menu3.py index f6e3a9d..41198ba 100644 --- a/docs/tutorial/menu3.py +++ b/docs/tutorial/menu3.py @@ -82,5 +82,5 @@ class HorizontalBoxes(urwid.Columns): top = HorizontalBoxes() top.open_box(menu_top) -loop = urwid.MainLoop(top, palette) +loop = urwid.MainLoop(urwid.Filler(top, 'middle', 10), palette) loop.run() |
