mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
make vertical space for editor
This commit is contained in:
parent
36707fc7eb
commit
a0ce7522c3
2 changed files with 37 additions and 29 deletions
|
|
@ -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>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue