From b5485689d4035df268771a46366ffed82235d57d Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 11 Mar 2012 09:02:41 +0000 Subject: [PATCH] --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 4bbf5c5764..efc593e79d 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1663,7 +1663,7 @@ StringXColor ViewOptions_Color[] = { { F|O, "Text3D" , opt_view_color_text3d , ELECOL, "3D text color" }, { F|O, "Axes" , opt_view_color_axes , ELECOL, "Axes color" }, { F|O, "Background2D" , opt_view_color_background2d , - {255, 255, 255, 160}, {255, 255, 255, 160}, {255, 255, 255, 160}, + {255, 255, 255, 200}, {255, 255, 255, 200}, {255, 255, 255, 200}, "Bacground color for 2D plots" }, { 0, 0 , 0 , {0, 0, 0, 0}, {0, 0, 0, 0}, {0, 0, 0, 0} , 0 } } ; -- GitLab