소스 검색

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