Commit 804bd37d authored by Christian Hesse's avatar Christian Hesse
Browse files

get a useful tolal for clock meter

parent 8a2dd83e
...@@ -34,7 +34,7 @@ MeterClass ClockMeter_class = { ...@@ -34,7 +34,7 @@ MeterClass ClockMeter_class = {
}, },
.setValues = ClockMeter_setValues, .setValues = ClockMeter_setValues,
.defaultMode = TEXT_METERMODE, .defaultMode = TEXT_METERMODE,
.total = 100.0, .total = 1440, /* 24*60 */
.attributes = ClockMeter_attributes, .attributes = ClockMeter_attributes,
.name = "Clock", .name = "Clock",
.uiName = "Clock", .uiName = "Clock",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment