Ride Plot Axis coloring

The legend wasted screen estate and was removed, this patch
colors the axis labels/ticks so no legend is required. This
approach could be adopted for other charts.

Also includes a fix to hide realtime view controls which
left a screen glitch because they should have been hidden.
This commit is contained in:
Mark Liversedge
2011-06-05 01:51:45 +01:00
parent 396e47ff8b
commit 2e15d74658
3 changed files with 22 additions and 0 deletions

View File

@@ -388,6 +388,7 @@ MainWindow::MainWindow(const QDir &home) :
// TRAIN WINDOW & CONTROLS
trainWindow = new HomeWindow(this, "train", "Training");
trainWindow->controls()->hide();
trainControls->addWidget(new TrainTool(this, this->home));
// ANALYSIS WINDOW & CONTRAOLS