From 707b6a6f1b3438d71477410559c77a959c3b41e1 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 5 Jul 2025 17:31:18 +0200 Subject: [PATCH] Update config_menu.sh --- scripts/menus/config_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/config_menu.sh b/scripts/menus/config_menu.sh index fe0e1f9..e7d4e6d 100644 --- a/scripts/menus/config_menu.sh +++ b/scripts/menus/config_menu.sh @@ -90,7 +90,7 @@ show_config_menu() { OPTION=$(dialog --clear --backtitle "ProxMenux Configuration" \ --title "$(translate "Configuration Menu")" \ - --menu "$(translate "Select an option:")" 15 60 4 \ + --menu "$(translate "Select an option:")" 20 70 10 \ "${menu_options[@]}" 3>&1 1>&2 2>&3)