From dbcc7058384977141692e9be0c82182f3e05c053 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 28 Jan 2006 07:10:26 +0000 Subject: [PATCH] set bg gradient by default --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 351ed904fa..a7d5e68d6f 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -464,7 +464,7 @@ StringXNumber GeneralOptions_Number[] = { "Number of tics on the Y-axis" }, { F|O, "AxesTicsZ" , opt_general_axes_tics2 , 5. , "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)" }, { F, "Clip0" , opt_general_clip0 , 0. , "Enable clipping plane 0 (Geometry=2^0, Mesh=2^1, View[i]=2^(2+i))" }, -- GitLab