Extra large input box
This commit is contained in:
parent
7f8609a3aa
commit
6659501337
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue