Browse Source

Security menu height

Bob Mottram 7 years ago
parent
commit
e663ab3c14
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-sec

+ 1
- 1
src/freedombone-sec View File

@@ -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