diff --git a/src/screen.rs b/src/screen.rs index 228aaf7..bd01d63 100644 --- a/src/screen.rs +++ b/src/screen.rs @@ -340,8 +340,9 @@ where .draw(&mut self.target)?; // TODO: only on big screen!? + // TODO: show as diff to likely time? text::Text::with_alignment( - &alloc::format!("{}-{max}s", timing.min_end_sec), + &alloc::format!("{}-{max}", timing.min_end_sec), geometry::Point::new(centerline, 185 + self.size.offset_top), Self::MID_TEXT_STYLE, text::Alignment::Center,