Selaa lähdekoodia

Increase email entry box length

Bob Mottram 9 vuotta sitten
vanhempi
commit
ba8c587a0d
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      src/freedombone-controlpanel
  2. 1
    1
      src/freedombone-controlpanel-user

+ 1
- 1
src/freedombone-controlpanel Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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=$?