summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-27 21:19:31 +0000
committerMatt Wilson <msw@redhat.com>1999-08-27 21:19:31 +0000
commit2c247397ae73a06ace517a8314cd454c7a5b9a6b (patch)
tree970dbfe36358fd73955d36d39f9079cf8de2e570
parent1a7751522d3b4603042fbb680715323e8ab31ac4 (diff)
downloadanaconda-2c247397ae73a06ace517a8314cd454c7a5b9a6b.tar.gz
anaconda-2c247397ae73a06ace517a8314cd454c7a5b9a6b.tar.xz
anaconda-2c247397ae73a06ace517a8314cd454c7a5b9a6b.zip
one more line...
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index b5716fcb9..065308591 100644
--- a/text.py
+++ b/text.py
@@ -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: