瀏覽代碼

menu height

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

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

954
        68 $"Vietnamese")
954
        68 $"Vietnamese")
955
 
955
 
956
     # shellcheck disable=SC2068
956
     # shellcheck disable=SC2068
957
-    selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Language" --menu $"Select your language:" 12 60 4 "${W[@]}" 3>&2 2>&1 1>&3)
957
+    selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Language" --menu $"Select your language:" 24 60 68 "${W[@]}" 3>&2 2>&1 1>&3)
958
 
958
 
959
     if [ ! "$selection" ]; then
959
     if [ ! "$selection" ]; then
960
         selection='1'
960
         selection='1'