Browse Source

dialog size

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

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

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