mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:43:24 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue