Dialog dimensions
This commit is contained in:
parent
e96027b8d3
commit
6619ff74ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue