diff --git a/ClockMeter.c b/ClockMeter.c index 25a1e2e0..d702aa5f 100644 --- a/ClockMeter.c +++ b/ClockMeter.c @@ -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",