UI Nits: Aerolab title

Removed the "date" title on Aerolab, thought I'd removed
those a long time ago. Last vestige of the 2.x style.
This commit is contained in:
Mark Liversedge
2013-01-16 11:43:58 +00:00
parent 44a46d74c4
commit 69916cf4d6

View File

@@ -325,7 +325,7 @@ Aerolab::setData(RideItem *_rideItem, bool new_zoom) {
if( ride ) {
const RideFileDataPresent *dataPresent = ride->areDataPresent();
setTitle(ride->startTime().toString(GC_DATETIME_FORMAT));
//setTitle(ride->startTime().toString(GC_DATETIME_FORMAT));
if( dataPresent->watts ) {
@@ -419,7 +419,7 @@ Aerolab::setData(RideItem *_rideItem, bool new_zoom) {
recalc(new_zoom);
adjustEoffset();
} else {
setTitle("no data");
//setTitle("no data");
}
}