make vertical space for editor

This commit is contained in:
🪞👃🪞 2025-01-10 18:03:23 +01:00
parent 36707fc7eb
commit a0ce7522c3
2 changed files with 37 additions and 29 deletions

View file

@ -5,7 +5,7 @@ pub fn map_south<O: Output>(
item_height: O::Unit,
item: impl Content<O>
) -> impl Content<O> {
Push::y(item_offset, Align::n(Fixed::y(item_height, Fill::x(item))))
Push::y(item_offset, Align::n(Fixed::y(item_height, Align::n(Fill::x(item)))))
}
pub fn map_south_west<O: Output>(