From 2d24779b6226f6f9757abe565307d2956b375c0d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 28 Apr 2014 12:45:42 -0700 Subject: Make heartrate grid less confusing Having all the grid lines in the same color made things visually confusing. To clean this up a little make the heartrate lines a light gray color. Fixes #484 Signed-off-by: Dirk Hohndel --- qt-ui/graphicsview-common.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui/graphicsview-common.cpp') diff --git a/qt-ui/graphicsview-common.cpp b/qt-ui/graphicsview-common.cpp index f794c3323..35c7b2e03 100644 --- a/qt-ui/graphicsview-common.cpp +++ b/qt-ui/graphicsview-common.cpp @@ -43,6 +43,7 @@ void fill_profile_color() profile_color[MEAN_DEPTH] = COLOR(REDORANGE1_MED_TRANS, BLACK1_LOW_TRANS, REDORANGE1_MED_TRANS); profile_color[HR_PLOT] = COLOR(REDORANGE1_MED_TRANS, BLACK1_LOW_TRANS, REDORANGE1_MED_TRANS); profile_color[HR_TEXT] = COLOR(REDORANGE1_MED_TRANS, BLACK1_LOW_TRANS, REDORANGE1_MED_TRANS); + profile_color[HR_AXIS] = COLOR(MED_GRAY_HIGH_TRANS, MED_GRAY_HIGH_TRANS, MED_GRAY_HIGH_TRANS); profile_color[DEPTH_BOTTOM] = COLOR(GOVERNORBAY1_MED_TRANS, BLACK1_HIGH_TRANS, GOVERNORBAY1_MED_TRANS); profile_color[DEPTH_TOP] = COLOR(MERCURY1_MED_TRANS, WHITE1_MED_TRANS, MERCURY1_MED_TRANS); profile_color[TEMP_TEXT] = COLOR(GOVERNORBAY2, BLACK1_LOW_TRANS, GOVERNORBAY2); -- cgit v1.2.3-70-g09d2