mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-11 07:56:08 -06:00
Formation names: Change color of annotations
This commit is contained in:
parent
61067cbc24
commit
de093fda4c
@ -42,7 +42,7 @@ void RiuPlotAnnotationTool::attachFormationNames(QwtPlot* plot, const std::vecto
|
||||
m_plot = plot;
|
||||
QPen curvePen;
|
||||
curvePen.setStyle(Qt::DashLine);
|
||||
curvePen.setColor(Qt::blue);
|
||||
curvePen.setColor(QColor(0, 0, 100));
|
||||
curvePen.setWidth(1);
|
||||
|
||||
double delta = 0.5;
|
||||
|
Loading…
Reference in New Issue
Block a user