diff --git a/src/freedombone-app-pleroma b/src/freedombone-app-pleroma index 02953109..fd67ab0c 100755 --- a/src/freedombone-app-pleroma +++ b/src/freedombone-app-pleroma @@ -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