瀏覽代碼

Security menu height

Bob Mottram 7 年之前
父節點
當前提交
e663ab3c14
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-sec

+ 1
- 1
src/freedombone-sec 查看文件

@@ -1216,7 +1216,7 @@ function menu_security_settings {
1216 1216
        18 $"Show firewall")
1217 1217
 
1218 1218
     # shellcheck disable=SC2068
1219
-    selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Security Settings" --menu $"Choose an operation, or ESC to exit:" 22 76 22 "${W[@]}" 3>&2 2>&1 1>&3)
1219
+    selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Security Settings" --menu $"Choose an operation, or ESC to exit:" 25 76 25 "${W[@]}" 3>&2 2>&1 1>&3)
1220 1220
 
1221 1221
     if [ ! "$selection" ]; then
1222 1222
         exit 0