From e3daad45e1af7dbd79562011d79e54be79f2c1da Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Mar 2025 18:01:27 +0100 Subject: [PATCH] Update main_menu.sh --- scripts/menus/main_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/main_menu.sh b/scripts/menus/main_menu.sh index 34174a6..3f15458 100644 --- a/scripts/menus/main_menu.sh +++ b/scripts/menus/main_menu.sh @@ -29,7 +29,7 @@ initialize_cache show_menu() { while true; do - OPTION=$(whiptail --title "$(translate "Main ProxMenux")" --menu "$(translate "Select an option:")" 22 70 9 \ + OPTION=$(whiptail --title "$(translate "Main ProxMenux")" --menu "$(translate "Select an option:")" 20 70 9 \ "1" "$(translate "Settings post-install Proxmox")" \ "2" "$(translate "Hardware: GPUs and Coral-TPU")" \ "3" "$(translate "Hard Drives, Disk Images, and Storage")" \