From a0213a717ed73a3fa2846a9c52ef4ec361c6bdfc Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 1 Sep 2015 08:00:10 +0300 Subject: [PATCH] Default color of the body to be lighter, in order to sketch of the exrusion to be more visible. --- src/ModelAPI/ModelAPI_ResultBody.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ModelAPI/ModelAPI_ResultBody.h b/src/ModelAPI/ModelAPI_ResultBody.h index 8a621e2c8..7565d07bf 100644 --- a/src/ModelAPI/ModelAPI_ResultBody.h +++ b/src/ModelAPI/ModelAPI_ResultBody.h @@ -40,7 +40,7 @@ public: /// default color for a result body inline static const std::string& DEFAULT_COLOR() { - static const std::string RESULT_BODY_COLOR("150,150,180"); + static const std::string RESULT_BODY_COLOR("200,200,230"); return RESULT_BODY_COLOR; } -- 2.39.2