Skip to content
Snippets Groups Projects
Commit 45b3ee9d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

tweak

parent f8cc9a7e
No related branches found
No related tags found
No related merge requests found
......@@ -1528,7 +1528,7 @@ StringXNumber PrintOptions_Number[] = {
"First value of print parameter in loop" },
{ F|O, "ParameterLast" , opt_print_parameter_last , 1. ,
"Last value of print parameter in loop" },
{ F|O, "ParameterSteps" , opt_print_parameter_steps , 24 ,
{ F|O, "ParameterSteps" , opt_print_parameter_steps , 10. ,
"Number of steps in loop over print parameter" },
{ F|O, "Background" , opt_print_background , 0. ,
......
......@@ -420,9 +420,9 @@ int mpegFileDialog(const char *name)
dialog->v[0] = new Fl_Value_Input
(WB, y, ww2, BH, "Frame duration (in seconds)"); y += BH;
dialog->v[0]->minimum(1. / 24.);
dialog->v[0]->minimum(1. / 30.);
dialog->v[0]->maximum(2.);
dialog->v[0]->step(1. / 24.);
dialog->v[0]->step(1. / 30.);
dialog->v[0]->precision(3);
dialog->v[0]->align(FL_ALIGN_RIGHT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment