mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
make status bar jump less
This commit is contained in:
parent
a37527bd58
commit
5c37763554
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ render!(<Tui>|self:PhraseEditStatus<'a>|{
|
|||
self.0.time_axis().get(), self.0.time_zoom().get(),
|
||||
if self.0.time_lock().get() { "[lock]" } else { " " })),
|
||||
field(" Note", format!("{} ({}) {} | {}-{} ({})",
|
||||
to_note_name(self.0.note_point()), self.0.note_point(), self.0.note_len(),
|
||||
self.0.note_point(), to_note_name(self.0.note_point()), self.0.note_len(),
|
||||
to_note_name(self.0.note_lo().get()), to_note_name(self.0.note_hi()),
|
||||
self.0.note_axis().get()))]))])))});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue