浏览代码

Field width

Bob Mottram 7 年前
父节点
当前提交
0c148120d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-vpn

+ 1
- 1
src/freedombone-app-vpn 查看文件

82
         dialog --backtitle $"Freedombone Configuration" \
82
         dialog --backtitle $"Freedombone Configuration" \
83
                --title $"VPN Configuration" \
83
                --title $"VPN Configuration" \
84
                --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 \
84
                --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 \
85
-               $"TLS port:" 1 1 "$VPN_TLS_PORT" 1 12 4 4 \
85
+               $"TLS port:" 1 1 "$VPN_TLS_PORT" 1 12 5 5 \
86
                2> $data
86
                2> $data
87
         sel=$?
87
         sel=$?
88
         case $sel in
88
         case $sel in