summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
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 db5fcb5cb..cfa989f8b 100644
--- a/text.py
+++ b/text.py
@@ -285,7 +285,7 @@ class PassphraseEntryWindow:
txt = TextboxReflowed(65, self.txt)
toplevel.add(txt, 0, 0)
- passphraseentry = Entry(128, password = 1)
+ passphraseentry = Entry(60, password = 1)
toplevel.add(passphraseentry, 0, 1, (0,0,0,1))
globalcheckbox = Checkbox(_("This is a global passphrase"))