mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Align average and max on summary
.. makes it easier to compare Fixes #1550
This commit is contained in:
@@ -446,12 +446,12 @@ RideSummaryWindow::htmlSummary()
|
||||
<< "elevation_gain";
|
||||
|
||||
QStringList averageColumn = QStringList() // not const as modified below..
|
||||
<< "athlete_weight"
|
||||
<< "average_speed"
|
||||
<< "average_power"
|
||||
<< "average_hr"
|
||||
<< "average_ct"
|
||||
<< "average_cad";
|
||||
<< "average_cad"
|
||||
<< "athlete_weight";
|
||||
|
||||
QStringList maximumColumn = QStringList() // not const as modified below..
|
||||
<< "max_speed"
|
||||
|
||||
Reference in New Issue
Block a user