WIP
This commit is contained in:
parent
f0366a0f69
commit
2f9841f45f
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue