瀏覽代碼

Reduce dialog height

Bob Mottram 7 年之前
父節點
當前提交
e103ca5333
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-app-datserver

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

98
     while true
98
     while true
99
     do
99
     do
100
         # shellcheck disable=SC2068
100
         # shellcheck disable=SC2068
101
-        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"dat server" --menu $"Choose an operation, or ESC for main menu:" 14 70 3 "${W[@]}" 3>&2 2>&1 1>&3)
101
+        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"dat server" --menu $"Choose an operation, or ESC for main menu:" 10 70 3 "${W[@]}" 3>&2 2>&1 1>&3)
102
 
102
 
103
         if [ ! "$selection" ]; then
103
         if [ ! "$selection" ]; then
104
            break
104
            break