Make the moving mean depth line a less obnoxious color
The red made it stand out way too much. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c4954d90a1
commit
4c4bc71803
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user