mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user