Formation names: Change color of annotations

This commit is contained in:
Rebecca Cox 2017-11-06 10:21:58 +01:00
parent 61067cbc24
commit de093fda4c

View File

@ -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;