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:
Mark Liversedge
2013-11-11 22:04:06 +00:00
parent 569ddbb46f
commit 00a52abff4
6 changed files with 13 additions and 2 deletions

View File

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