浏览代码

Dialog dimensions

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

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

@@ -2298,7 +2298,7 @@ function menu_top_level {
2298 2298
            21 $"Restart the system")
2299 2299
 
2300 2300
         # shellcheck disable=SC2068
2301
-        selection=$(dialog --backtitle $"Freedombone Control Panel" --title $"Control Panel" --menu $"Choose an operation, or ESC to exit:" 24 40 17 "${W[@]}" 3>&2 2>&1 1>&3)
2301
+        selection=$(dialog --backtitle $"Freedombone Control Panel" --title $"Control Panel" --menu $"Choose an operation, or ESC to exit:" 28 60 28 "${W[@]}" 3>&2 2>&1 1>&3)
2302 2302
         if [ ! "$selection" ]; then
2303 2303
             break
2304 2304
         fi