Browse Source

More width

Bob Mottram 7 years ago
parent
commit
c855eb244f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-controlpanel-user

+ 2
- 2
src/freedombone-controlpanel-user View File

855
     if [ ! -f ~/.mutt/bdsmail ]; then
855
     if [ ! -f ~/.mutt/bdsmail ]; then
856
         dialog --title $"Show your Email Address" \
856
         dialog --title $"Show your Email Address" \
857
                --backtitle $"Freedombone User Control Panel" \
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 90
858
+               --msgbox $"Email Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE" 12 100
859
     else
859
     else
860
         bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}')
860
         bdsmail_address=$(grep 'set from=' ~/.mutt/bdsmail | awk -F '=' '{print $2}')
861
         dialog --title $"Show your Email Address" \
861
         dialog --title $"Show your Email Address" \
862
                --backtitle $"Freedombone User Control Panel" \
862
                --backtitle $"Freedombone User Control Panel" \
863
-               --msgbox $"\\nYou can press SHIFT and then drag the mouse and right click to copy.\\n\\nEmail Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE\\n\\nI2P Address: ${bdsmail_address}" 17 90
863
+               --msgbox $"\\nYou can press SHIFT and then drag the mouse and right click to copy.\\n\\nEmail Address: $MY_EMAIL_ADDRESS\\n\\nKey ID: $GPG_ID\\n\\nFingerprint: $GPG_FINGERPRINT\\n\\nCreated: $GPG_DATE\\n\\nI2P Address: ${bdsmail_address}" 17 100
864
         clear
864
         clear
865
         echo ''
865
         echo ''
866
         echo $'Your bdsmail address as a QR code'
866
         echo $'Your bdsmail address as a QR code'