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

set bg gradient by default
parent 4ad10a66
No related branches found
No related tags found
No related merge requests found
...@@ -464,7 +464,7 @@ StringXNumber GeneralOptions_Number[] = { ...@@ -464,7 +464,7 @@ StringXNumber GeneralOptions_Number[] = {
"Number of tics on the Y-axis" }, "Number of tics on the Y-axis" },
{ F|O, "AxesTicsZ" , opt_general_axes_tics2 , 5. , { F|O, "AxesTicsZ" , opt_general_axes_tics2 , 5. ,
"Number of tics on the Z-axis" }, "Number of tics on the Z-axis" },
{ F|O, "BackgroundGradient" , opt_general_background_gradient , 0. , { F|O, "BackgroundGradient" , opt_general_background_gradient , 1. ,
"Draw background gradient (0=none, 1=vertical, 2=horizontal, 3=radial)" }, "Draw background gradient (0=none, 1=vertical, 2=horizontal, 3=radial)" },
{ F, "Clip0" , opt_general_clip0 , 0. , { F, "Clip0" , opt_general_clip0 , 0. ,
"Enable clipping plane 0 (Geometry=2^0, Mesh=2^1, View[i]=2^(2+i))" }, "Enable clipping plane 0 (Geometry=2^0, Mesh=2^1, View[i]=2^(2+i))" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment