diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-27 21:19:31 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-27 21:19:31 +0000 |
commit | 2c247397ae73a06ace517a8314cd454c7a5b9a6b (patch) | |
tree | 970dbfe36358fd73955d36d39f9079cf8de2e570 | |
parent | 1a7751522d3b4603042fbb680715323e8ab31ac4 (diff) | |
download | anaconda-2c247397ae73a06ace517a8314cd454c7a5b9a6b.tar.gz anaconda-2c247397ae73a06ace517a8314cd454c7a5b9a6b.tar.xz anaconda-2c247397ae73a06ace517a8314cd454c7a5b9a6b.zip |
one more line...
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ class MouseWindow: bb = ButtonBar(screen, [_("OK"), _("Back")]) t = TextboxReflowed(30, _("Which model mouse is attached to this computer?")) - l = Listbox(6, scroll = 1, returnExit = 0) + l = Listbox(7, scroll = 1, returnExit = 0) key = 0 for mouse in mice: |