From 3e5ef4fa0828233bdf0a2e7a88cc39862c8fd894 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 18 Apr 2026 09:15:37 +0200 Subject: [PATCH] Fix menu option display height in 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 2ea55817..0a6fb468 100644 --- a/scripts/menus/hw_grafics_menu.sh +++ b/scripts/menus/hw_grafics_menu.sh @@ -27,7 +27,7 @@ initialize_cache while true; do OPTION=$(dialog --colors --backtitle "ProxMenux" \ --title "$(translate "GPUs and Coral-TPU Menu")" \ - --menu "\n$(translate "Select an option:")" 24 78 16 \ + --menu "\n$(translate "Select an option:")" 26 78 16 \ "" "\Z4──────────────────────── HOST ─────────────────────────\Zn" \ "1" "$(translate "Install/Update NVIDIA Drivers (Host + LXC)")" \ "2" "$(translate "Install/Update Coral TPU on Host")" \