浏览代码

Dialog height

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

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

265
     while true
265
     while true
266
     do
266
     do
267
         # shellcheck disable=SC2068
267
         # shellcheck disable=SC2068
268
-        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Ad blocker" --menu $"Choose an operation, or ESC for main menu:" 19 70 12 "${W[@]}" 3>&2 2>&1 1>&3)
268
+        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Ad blocker" --menu $"Choose an operation, or ESC for main menu:" 10 70 6 "${W[@]}" 3>&2 2>&1 1>&3)
269
 
269
 
270
         if [ ! "$selection" ]; then
270
         if [ ! "$selection" ]; then
271
            break
271
            break