diff --git a/scripts/menus/create_vm_menu.sh b/scripts/menus/create_vm_menu.sh index ac370e9..6c34165 100644 --- a/scripts/menus/create_vm_menu.sh +++ b/scripts/menus/create_vm_menu.sh @@ -98,7 +98,7 @@ function start_vm_configuration() { while true; do OS_TYPE=$(dialog --backtitle "ProxMenux" \ --title "$(translate "Select System Type")" \ - --menu "\n$(translate "Choose the type of virtual system to install:")" 18 70 10 \ + --menu "\n$(translate "Choose the type of virtual system to install:")" 20 70 10 \ 1 "$(translate "Create") VM System NAS" \ 2 "$(translate "Create") VM System Windows" \ 3 "$(translate "Create") VM System Linux" \