autocommit 2022-02-21 23:21:13 CET
This commit is contained in:
parent
1cbc7a6445
commit
145d1c15b7
31 changed files with 1455 additions and 252 deletions
|
|
@ -345,7 +345,13 @@ impl ContainerNode {
|
|||
}
|
||||
_ => {
|
||||
let height = body.height() + add;
|
||||
(0, pos + title_height + 1, other_content_size, height, height)
|
||||
(
|
||||
0,
|
||||
pos + title_height + 1,
|
||||
other_content_size,
|
||||
height,
|
||||
height,
|
||||
)
|
||||
}
|
||||
};
|
||||
body = Rect::new_sized(x1, y1, width, height).unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue