diff --git a/src/freedombone-app-smolrss b/src/freedombone-app-smolrss index 3e3dc466..ceabbb77 100755 --- a/src/freedombone-app-smolrss +++ b/src/freedombone-app-smolrss @@ -162,7 +162,7 @@ function configure_interactive_smolrss { while true do # shellcheck disable=SC2068 - selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Smol RSS" --menu $"Choose an operation, or ESC for main menu:" 14 70 3 "${W[@]}" 3>&2 2>&1 1>&3) + selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Smol RSS" --menu $"Choose an operation, or ESC for main menu:" 12 70 3 "${W[@]}" 3>&2 2>&1 1>&3) if [ ! "$selection" ]; then break