From be4d78987c6a025051081f175e8bb7f806fe6d74 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 28 Jun 2001 15:35:02 +0000 Subject: [PATCH] oups, la valeur par defaut etait fausse --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 71e7924a25..b07e5eecc8 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -505,7 +505,7 @@ StringXNumber PrintOptions_Number[] = { "Output transparent GIF image" }, { F|O, "FontSize" , opt_print_font_size , 12. , "Font size used for postscript printing" }, - { F|O, "GeometryLineWidth" , opt_print_geom_line_width , 4. , + { F|O, "GeometryLineWidth" , opt_print_geom_line_width , 1. , "Width factor for geometry lines in postscript output" }, { 0, NULL , NULL , 0. } } ; -- GitLab