Increase email entry box length
This commit is contained in:
parent
0b2bae6e5d
commit
ba8c587a0d
|
@ -823,7 +823,7 @@ function block_unblock_email {
|
|||
dialog --backtitle $"Freedombone Control Panel" \
|
||||
--title "$blockstr $SELECTED_USERNAME" \
|
||||
--form "\n" 8 65 3 \
|
||||
$"When email arrives from address:" 1 1 "" 1 35 24 28 \
|
||||
$"When email arrives from address:" 1 1 "" 1 35 24 100 \
|
||||
$"Block it:" 2 1 "yes" 2 35 4 4 \
|
||||
2> $data
|
||||
sel=$?
|
||||
|
|
|
@ -283,7 +283,7 @@ function block_unblock_email {
|
|||
dialog --backtitle $"Freedombone User Control Panel" \
|
||||
--title "$blockstr" \
|
||||
--form "\n" 8 65 3 \
|
||||
$"When email arrives from address:" 1 1 "" 1 35 24 28 \
|
||||
$"When email arrives from address:" 1 1 "" 1 35 24 100 \
|
||||
$"Block it:" 2 1 "yes" 2 35 4 4 \
|
||||
2> $data
|
||||
sel=$?
|
||||
|
|
Loading…
Reference in New Issue