summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-27 21:57:33 +0000
committerMatt Wilson <msw@redhat.com>1999-08-27 21:57:33 +0000
commit18a7d681cc98f0ab8bd04972554cad0a51fb97b6 (patch)
tree5e8b8b197a8aff0fd315b2a4afae99780e757484 /text.py
parent2c247397ae73a06ace517a8314cd454c7a5b9a6b (diff)
downloadanaconda-18a7d681cc98f0ab8bd04972554cad0a51fb97b6.tar.gz
anaconda-18a7d681cc98f0ab8bd04972554cad0a51fb97b6.tar.xz
anaconda-18a7d681cc98f0ab8bd04972554cad0a51fb97b6.zip
more changes
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 065308591..2ab50e080 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(7, scroll = 1, returnExit = 0)
+ l = Listbox(8, scroll = 1, returnExit = 0, anchorLeft = 1)
key = 0
for mouse in mice: