|
@@ -2298,7 +2298,7 @@ function menu_top_level {
|
2298
|
2298
|
21 $"Restart the system")
|
2299
|
2299
|
|
2300
|
2300
|
# shellcheck disable=SC2068
|
2301
|
|
- 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)
|
|
2301
|
+ 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)
|
2302
|
2302
|
if [ ! "$selection" ]; then
|
2303
|
2303
|
break
|
2304
|
2304
|
fi
|