Dialog height

This commit is contained in:
Bob Mottram 2018-04-18 11:22:06 +01:00
parent bd7b2d2283
commit 54cf419ff5
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ function configure_interactive_pleroma {
6 "$enablechatstr")
# shellcheck disable=SC2068
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Pleroma" --menu $"Choose an operation, or ESC to exit:" 15 60 6 "${W[@]}" 3>&2 2>&1 1>&3)
selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Pleroma" --menu $"Choose an operation, or ESC to exit:" 12 60 6 "${W[@]}" 3>&2 2>&1 1>&3)
if [ ! "$selection" ]; then
break