mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 09:29:55 +00:00
UI Nits: Less is more
Further removal of chart decorations ala the recent changes to the ride plot, now applied to the other charts.
This commit is contained in:
@@ -165,6 +165,8 @@ ScatterPlot::ScatterPlot(Context *context) : context(context)
|
||||
|
||||
sd = new QwtScaleDraw;
|
||||
sd->setTickLength(QwtScaleDiv::MajorTick, 3);
|
||||
sd->enableComponent(QwtScaleDraw::Ticks, false);
|
||||
sd->enableComponent(QwtScaleDraw::Backbone, false);
|
||||
setAxisScaleDraw(QwtPlot::yLeft, sd);
|
||||
|
||||
connect(context, SIGNAL(configChanged()), this, SLOT(configChanged()));
|
||||
|
||||
Reference in New Issue
Block a user