Add the math for pane resizing

This commit is contained in:
Mikayla Maki
2023-07-12 22:35:51 -07:00
parent 5385ca411b
commit 26b9be628e
5 changed files with 103 additions and 41 deletions
+1 -5
View File
@@ -184,11 +184,7 @@ impl SerializedPaneGroup {
}
Some((
Member::Axis(PaneAxis {
axis: *axis,
members,
ratios: Default::default()
}),
Member::Axis(PaneAxis::new(*axis, members)),
current_active_pane,
items,
))