Dialog size

This commit is contained in:
Bob Mottram 2018-06-03 14:20:44 +01:00
parent 6674d0ddc6
commit c93b8ecf20
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ function configure_interactive_pihole {
while true
do
# shellcheck disable=SC2068
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Ad blocker" --menu $"Choose an operation, or ESC for main menu:" 10 70 6 "${W[@]}" 3>&2 2>&1 1>&3)
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Ad blocker" --menu $"Choose an operation, or ESC for main menu:" 13 60 9 "${W[@]}" 3>&2 2>&1 1>&3)
if [ ! "$selection" ]; then
break