浏览代码

Menu dimensions

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

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

744
            10 $"Set the trust level for a PGP/GPG key")
744
            10 $"Set the trust level for a PGP/GPG key")
745
 
745
 
746
         # shellcheck disable=SC2068
746
         # shellcheck disable=SC2068
747
-        selection=$(dialog --backtitle $"Freedombone User Control Panel" --title $"My Encryption Keys" --menu $"Choose an operation, or ESC for main menu:" 14 70 7 "${W[@]}" 3>&2 2>&1 1>&3)
747
+        selection=$(dialog --backtitle $"Freedombone User Control Panel" --title $"My Encryption Keys" --menu $"Choose an operation, or ESC for main menu:" 19 70 11 "${W[@]}" 3>&2 2>&1 1>&3)
748
 
748
 
749
         if [ ! "$selection" ]; then
749
         if [ ! "$selection" ]; then
750
             break
750
             break