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

make default border around model smaller (0.3333 -> 0.15) -- suggested during 1st gmsh workshop

parent f0ae40e8
No related branches found
No related tags found
No related merge requests found
......@@ -589,7 +589,7 @@ StringXNumber GeneralOptions_Number[] = {
"Vertical position (in pixels) of the upper left corner of the contextual "
"windows" },
{ F|O, "DisplayBorderFactor" , opt_general_display_border_factor , 1./3. ,
{ F|O, "DisplayBorderFactor" , opt_general_display_border_factor , 0.15 ,
"Border factor for model display (0: model fits window size exactly)" },
{ F|O, "DoubleBuffer" , opt_general_double_buffer , 1. ,
"Use a double buffered graphic window (on Unix, should be set to 0 when "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment