From 0c148120d6c078d76ff0352383e8ae820143a2f7 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Wed, 27 Sep 2017 12:42:36 +0100
Subject: [PATCH] Field width

---
 src/freedombone-app-vpn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedombone-app-vpn b/src/freedombone-app-vpn
index cdc5e7d85..1a3a82101 100755
--- a/src/freedombone-app-vpn
+++ b/src/freedombone-app-vpn
@@ -82,7 +82,7 @@ function install_interactive_vpn {
         dialog --backtitle $"Freedombone Configuration" \
                --title $"VPN Configuration" \
                --form $"\nPlease enter your VPN details. Changing the port to 443 will help defend against censorship but will prevent other web apps from running." 12 65 1 \
-               $"TLS port:" 1 1 "$VPN_TLS_PORT" 1 12 4 4 \
+               $"TLS port:" 1 1 "$VPN_TLS_PORT" 1 12 5 5 \
                2> $data
         sel=$?
         case $sel in
-- 
GitLab