mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
UI Nits: Thinner reference line
2px too thick for a guide, made 1px which is in line with the rest of the code.
This commit is contained in:
@@ -1066,7 +1066,7 @@ AllPlot::plotReferenceLine(const RideFilePoint *referencePoint)
|
||||
referenceLine = new QwtPlotCurve(tr("Power Ref"));
|
||||
referenceLine->setYAxis(yLeft);
|
||||
QPen wattsPen = QPen(GColor(CPOWER));
|
||||
wattsPen.setWidth(2);
|
||||
wattsPen.setWidth(1);
|
||||
wattsPen.setStyle(Qt::DashLine);
|
||||
referenceLine->setPen(wattsPen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user