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

increase geom line width even more (2 pixels)
parent 4f3054ad
No related branches found
No related tags found
No related merge requests found
...@@ -658,7 +658,7 @@ StringXNumber GeometryOptions_Number[] = { ...@@ -658,7 +658,7 @@ StringXNumber GeometryOptions_Number[] = {
"Display width of selected lines (in pixels)" }, "Display width of selected lines (in pixels)" },
{ F|O, "LineType" , opt_geometry_line_type , 0. , { F|O, "LineType" , opt_geometry_line_type , 0. ,
"Display lines as solid color segments (0) or 3D cylinders (1)" }, "Display lines as solid color segments (0) or 3D cylinders (1)" },
{ F|O, "LineWidth" , opt_geometry_line_width , 1.5 , { F|O, "LineWidth" , opt_geometry_line_width , 2. ,
"Display width of lines (in pixels)" }, "Display width of lines (in pixels)" },
{ F|O, "Normals" , opt_geometry_normals , 0. , { F|O, "Normals" , opt_geometry_normals , 0. ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment