Add explicit orthogonal span sizing
This commit is contained in:
1 parent
29c7881c8a
commit
f437495309
7 files changed
+108
-8
No files matched your search
@@ -116,6 +116,10 @@ impl Node {
|
||||
children,
|
||||
dir: dir(*down),
|
||||
gap: *gap,
|
||||
ortho: match down {
|
||||
true => OrthoSize::Children,
|
||||
false => OrthoSize::Full,
|
||||
},
|
||||
}
|
||||
.add(&mut h.rsc);
|
||||
spans.push(handle);
|
||||
|
||||
Reference in new issue
Block a user