From a57730126302ed2e502069d1e0b845fea68cb63e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 1 Oct 2007 15:30:55 +0000 Subject: [PATCH] *** empty log message *** --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index a6296857bc..0017ed7935 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1452,7 +1452,7 @@ StringXColor GeneralOptions_Color[] = { StringXColor GeometryOptions_Color[] = { { F|O, "Points" , opt_geometry_color_points , - {178, 182, 129, 255}, {83, 85, 60, 255}, {0, 0, 0, 255}, + {178, 182, 129, 255}, {90, 90, 90, 255}, {0, 0, 0, 255}, "Normal geometry point color" }, { F|O, "Lines" , opt_geometry_color_lines , {0, 0, 255, 255}, {0, 0, 255, 255}, {0, 0, 0, 255}, -- GitLab