diff --git a/scripts/menus/main_menu.sh b/scripts/menus/main_menu.sh index 82f77a8..cd6f4e6 100644 --- a/scripts/menus/main_menu.sh +++ b/scripts/menus/main_menu.sh @@ -42,7 +42,7 @@ load_language() { show_menu() { while true; do - OPTION=$(whiptail --title "$(translate "Main Menu")" --menu "$(translate "Select an option:")" 15 60 5 \ + OPTION=$(whiptail --title "$(translate "Main Menu")" --menu "$(translate "Select an option:")" 20 70 7 \ "1" "$(translate "GPUs and Coral-TPU")" \ "2" "$(translate "Hard Drives, Disk Images, and Storage")" \ "3" "$(translate "Network")" \