From 4c4bc7180339b3ea8a4d956edbea566d9d4775c1 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 1 Jan 2015 16:43:30 -0800 Subject: Make the moving mean depth line a less obnoxious color The red made it stand out way too much. Signed-off-by: Dirk Hohndel --- qt-ui/profile/diveprofileitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/profile/diveprofileitem.cpp b/qt-ui/profile/diveprofileitem.cpp index 8e3d99fa6..443a0407f 100644 --- a/qt-ui/profile/diveprofileitem.cpp +++ b/qt-ui/profile/diveprofileitem.cpp @@ -571,7 +571,7 @@ void DiveTemperatureItem::paint(QPainter *painter, const QStyleOptionGraphicsIte DiveMeanDepthItem::DiveMeanDepthItem() { QPen pen; - pen.setBrush(QBrush(getColor(::MEAN_DEPTH))); + pen.setBrush(QBrush(getColor(::HR_AXIS))); pen.setCosmetic(true); pen.setWidth(2); setPen(pen); -- cgit v1.2.3-70-g09d2