menu height

This commit is contained in:
Bob Mottram 2018-04-04 15:44:19 +01:00
parent 17a2a66e0b
commit 6ac012fac9
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ function interactive_select_language {
68 $"Vietnamese")
# shellcheck disable=SC2068
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Language" --menu $"Select your language:" 12 60 4 "${W[@]}" 3>&2 2>&1 1>&3)
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Language" --menu $"Select your language:" 24 60 68 "${W[@]}" 3>&2 2>&1 1>&3)
if [ ! "$selection" ]; then
selection='1'