dialog size

This commit is contained in:
Bob Mottram 2016-02-25 21:15:30 +00:00
parent 4ade1a6f91
commit 3ed167a3cf
1 changed files with 4 additions and 4 deletions

View File

@ -234,10 +234,10 @@ function email_rule_subject {
trap "rm -f $data" 0 1 2 5 15
dialog --backtitle $"Freedombone User Control Panel" \
--title $"Create an email rule" \
--form "\n" 9 65 4 \
$"When email arrives with subject containing:" 1 1 "" 1 35 24 28 \
$"Move to folder:" 2 1 "" 2 35 24 28 \
$"Public:" 3 1 $"no" 3 35 4 25 \
--form "\n" 9 75 4 \
$"When email arrives with subject containing:" 1 1 "" 1 45 24 28 \
$"Move to folder:" 2 1 "" 2 45 24 28 \
$"Public:" 3 1 $"no" 3 45 4 25 \
2> $data
sel=$?
case $sel in