get a useful tolal for clock meter

This commit is contained in:
Christian Hesse 2015-08-28 10:13:11 +02:00
parent 8a2dd83efa
commit 804bd37dca
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ MeterClass ClockMeter_class = {
},
.setValues = ClockMeter_setValues,
.defaultMode = TEXT_METERMODE,
.total = 100.0,
.total = 1440, /* 24*60 */
.attributes = ClockMeter_attributes,
.name = "Clock",
.uiName = "Clock",