浏览代码

Width of dialog

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

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

@@ -855,7 +855,7 @@ function show_your_email_address {
855 855
     if [ ! -f ~/.mutt/bdsmail ]; then
856 856
         dialog --title $"Show your Email Address" \
857 857
                --backtitle $"Freedombone User Control Panel" \
858
-               --msgbox $"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE" 12 70
858
+               --msgbox $"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE" 12 90
859 859
     else
860 860
         bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}')
861 861
         dialog --title $"Show your Email Address" \