Reduce dialog height

This commit is contained in:
Bob Mottram 2018-05-19 22:35:52 +01:00
parent 61f1ed2e1e
commit a7d7c5240d
1 changed files with 1 additions and 1 deletions

View File

@ -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