From 6b35b2aef41623f18ff4052784fdb385d324ac48 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 2 Feb 2025 11:53:31 +0100 Subject: [PATCH] Update hw_grafics_menu.sh --- scripts/menus/hw_grafics_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/hw_grafics_menu.sh b/scripts/menus/hw_grafics_menu.sh index e479255..27badbd 100644 --- a/scripts/menus/hw_grafics_menu.sh +++ b/scripts/menus/hw_grafics_menu.sh @@ -25,7 +25,7 @@ initialize_cache # ========================================================== while true; do - OPTION=$(whiptail --title "$(translate "GPUs and Coral-TPU Menu")" --menu "$(translate "Select an option:")" 15 60 8 \ + OPTION=$(whiptail --title "$(translate "GPUs and Coral-TPU Menu")" --menu "$(translate "Select an option:")" 20 70 8 \ "1" "$(translate "Add HW iGPU acceleration to an LXC")" \ "2" "$(translate "Add Coral TPU to an LXC")" \ "3" "$(translate "Install/Update Coral TPU on the Host")" \