summaryrefslogtreecommitdiffstats
path: root/textw/userauth_text.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-03-06 21:01:32 +0000
committerbfox <bfox>2001-03-06 21:01:32 +0000
commitfcfbbba61433f7a40611ededa87bd7d8b6a97f9b (patch)
tree35b24c0a09f52a17f70dd7978069d960cfa1a336 /textw/userauth_text.py
parent63b55e8a6c4accd8d21fd0aaf5f97e5f29aa9c25 (diff)
downloadanaconda-fcfbbba61433f7a40611ededa87bd7d8b6a97f9b.tar.gz
anaconda-fcfbbba61433f7a40611ededa87bd7d8b6a97f9b.tar.xz
anaconda-fcfbbba61433f7a40611ededa87bd7d8b6a97f9b.zip
resolved bug #30832
Diffstat (limited to 'textw/userauth_text.py')
-rw-r--r--textw/userauth_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py
index 3f185389b..259141156 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -62,7 +62,7 @@ class UsersWindow:
if (not cancelText):
cancelText = _("Cancel")
- userid = Entry (9, user["id"])
+ userid = Entry (8, user["id"], scroll=0)
currentid = user["id"]
pass1 = Entry (10, user["password"], password = 1)
pass2 = Entry (10, user["password"], password = 1)