remove Tui suffixes

This commit is contained in:
🪞👃🪞 2025-01-06 21:10:36 +01:00
parent 8d519c53dc
commit 795d91abd8
14 changed files with 47 additions and 47 deletions

View file

@ -2,8 +2,8 @@ use crate::*;
// egyptian snakes den
pub(crate) const HEADER_H: u16 = 5;
pub(crate) const SCENES_W_OFFSET: u16 = 3;
impl ArrangerTui {
pub fn render_mode_v (state: &ArrangerTui, factor: usize) -> impl Content<TuiOut> + use<'_> {
impl Arranger {
pub fn render_mode_v (state: &Arranger, factor: usize) -> impl Content<TuiOut> + use<'_> {
lay!(
ArrangerVColSep::from(state),
ArrangerVRowSep::from((state, factor)),