summaryrefslogtreecommitdiffstats
path: root/iw/account.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/account.py')
-rw-r--r--iw/account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/account.py b/iw/account.py
index 693d32068..d54bc0873 100644
--- a/iw/account.py
+++ b/iw/account.py
@@ -137,7 +137,7 @@ class AccountWindow (InstallWindow):
self.pw.connect ("activate", forward)
self.pw.connect ("changed", self.rootPasswordsMatch)
self.pw.set_visibility (FALSE)
- self.confirm = GtkEntry (8)
+ self.confirm = GtkEntry (128)
self.confirm.connect ("activate", forward)
self.confirm.set_visibility (FALSE)
self.confirm.connect ("changed", self.rootPasswordsMatch)