Dialog dimensions

This commit is contained in:
Bob Mottram 2018-03-17 21:24:43 +00:00
parent e96027b8d3
commit 6619ff74ff
1 changed files with 1 additions and 1 deletions

View File

@ -2298,7 +2298,7 @@ function menu_top_level {
21 $"Restart the system")
# shellcheck disable=SC2068
selection=$(dialog --backtitle $"Freedombone Control Panel" --title $"Control Panel" --menu $"Choose an operation, or ESC to exit:" 24 40 17 "${W[@]}" 3>&2 2>&1 1>&3)
selection=$(dialog --backtitle $"Freedombone Control Panel" --title $"Control Panel" --menu $"Choose an operation, or ESC to exit:" 28 60 28 "${W[@]}" 3>&2 2>&1 1>&3)
if [ ! "$selection" ]; then
break
fi