Constrain offered boxes with independent widget size bounds
This commit is contained in:
1 parent
4cb6f6882a
commit
2ac0843cb2
18 files changed
+554
-379
No files matched your search
+2
-2
@@ -31,8 +31,8 @@ fn some_edits(seed: u64, of: &Plan) -> Edits {
|
||||
(
|
||||
i,
|
||||
SizeRules {
|
||||
x: SizeRule::Exact(LayoutLen::LEFTOVER),
|
||||
y: SizeRule::Free,
|
||||
x: SizeRule::from(LayoutLen::LEFTOVER),
|
||||
y: SizeRule::FREE,
|
||||
},
|
||||
)
|
||||
})
|
||||
|
||||
Reference in new issue
Block a user