Extra large input box

This commit is contained in:
Bob Mottram 2017-10-23 20:28:04 +01:00
parent 7f8609a3aa
commit 6659501337
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ function add_gpg_key {
trap "rm -f $data" 0 1 2 5 15
dialog --title $"Add someone's PGP/GPG key" \
--backtitle $"Freedombone User Control Panel" \
--inputbox $"Enter their email address, Key ID or full key below" 8 60 2>$data
--inputbox $"Enter their email address, Key ID or full key below" 8 999999 2>$data
sel=$?
case $sel in
0)