Show sample time in the mouseover.

This is really nice to have when looking at specific coutures of a dive
or events.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2013-09-18 14:31:15 +02:00 committed by Dirk Hohndel
parent 93d6eb1397
commit 7d9c1e9ee4
6 changed files with 21 additions and 0 deletions

View file

@ -26,6 +26,7 @@ struct preferences default_prefs = {
.gfhigh = 75,
.font_size = 14.0,
.show_invalid = FALSE,
.show_time = FALSE,
#ifdef USE_GTK_UI
.map_provider = OSM_GPS_MAP_SOURCE_VIRTUAL_EARTH_HYBRID,
#endif