X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultBody.h;h=cafa565177122830702734ba0065bc4ec5d9a87f;hb=refs%2Ftags%2FV_1.2.1;hp=befed5622160d40ce29394c6344afd43c4f0fdd5;hpb=96912644cf6607688466ac69f1f098fd2fff37b7;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultBody.h b/src/Model/Model_ResultBody.h index befed5622..cafa56517 100644 --- a/src/Model/Model_ResultBody.h +++ b/src/Model/Model_ResultBody.h @@ -32,7 +32,7 @@ public: /// default color for a result body inline static const std::string& DEFAULT_COLOR() { - static const std::string RESULT_BODY_COLOR("#E0A01B"); + static const std::string RESULT_BODY_COLOR("150,150,180"); return RESULT_BODY_COLOR; }