More width on password entry to show longer onion address

This commit is contained in:
Bob Mottram 2018-02-02 15:08:33 +00:00
parent c6ce601187
commit 642ddc47f9
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ function view_or_change_passwords {
trap "rm -f $data" 0 1 2 5 15
dialog --title "$titlestr" \
--backtitle $"Freedombone Control Panel" \
--inputbox "$viewstr" 12 60 "$CURR_PASSWORD" 2>$data
--inputbox "$viewstr" 12 75 "$CURR_PASSWORD" 2>$data
sel=$?
case $sel in
0)