Browse Source

Increase email entry box length

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

+ 1
- 1
src/freedombone-controlpanel View File

@@ -823,7 +823,7 @@ function block_unblock_email {
823 823
     dialog --backtitle $"Freedombone Control Panel" \
824 824
            --title "$blockstr $SELECTED_USERNAME" \
825 825
            --form "\n" 8 65 3 \
826
-              $"When email arrives from address:" 1 1 "" 1 35 24 28 \
826
+              $"When email arrives from address:" 1 1 "" 1 35 24 100 \
827 827
               $"Block it:" 2 1 "yes" 2 35 4 4 \
828 828
               2> $data
829 829
     sel=$?

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

@@ -283,7 +283,7 @@ function block_unblock_email {
283 283
     dialog --backtitle $"Freedombone User Control Panel" \
284 284
            --title "$blockstr" \
285 285
            --form "\n" 8 65 3 \
286
-              $"When email arrives from address:" 1 1 "" 1 35 24 28 \
286
+              $"When email arrives from address:" 1 1 "" 1 35 24 100 \
287 287
               $"Block it:" 2 1 "yes" 2 35 4 4 \
288 288
               2> $data
289 289
     sel=$?