diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-02-23 15:28:31 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-23 15:28:31 -0800 |
commit | b5a02e50aa94c10d2c9f2062af6b4e8d9cfb9294 (patch) | |
tree | bbb1b714255c8c66fd9bf9d4d05d7f2d8f1c9d24 /qt-ui/graphicsview-common.h | |
parent | 76393a2f536dd6823b08ec3a53ffcb16b216bbf4 (diff) | |
download | subsurface-b5a02e50aa94c10d2c9f2062af6b4e8d9cfb9294.tar.gz |
New profile: create new class for DiveHeartrateItem
This allows us to give it a different color (red) and make it a smaller
size.
While implementing this I also fixed the size of the temperature text in
the new profile.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/graphicsview-common.h')
-rw-r--r-- | qt-ui/graphicsview-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/graphicsview-common.h b/qt-ui/graphicsview-common.h index 50fd00605..387e765db 100644 --- a/qt-ui/graphicsview-common.h +++ b/qt-ui/graphicsview-common.h @@ -23,7 +23,7 @@ typedef enum { /* Other colors */ TEXT_BACKGROUND, ALERT_BG, ALERT_FG, EVENTS, SAMPLE_DEEP, SAMPLE_SHALLOW, - SMOOTHED, MINUTE, TIME_GRID, TIME_TEXT, DEPTH_GRID, MEAN_DEPTH, DEPTH_TOP, + SMOOTHED, MINUTE, TIME_GRID, TIME_TEXT, DEPTH_GRID, MEAN_DEPTH, HR_TEXT, HR_PLOT, DEPTH_TOP, DEPTH_BOTTOM, TEMP_TEXT, TEMP_PLOT, SAC_DEFAULT, BOUNDING_BOX, PRESSURE_TEXT, BACKGROUND, CEILING_SHALLOW, CEILING_DEEP, CALC_CEILING_SHALLOW, CALC_CEILING_DEEP } color_indice_t; |