Constrain offered boxes with independent widget size bounds

This commit is contained in:
iris-ai committed 2026-09-20 19:47:32 -04:00
1 parent 4cb6f6882a
commit 2ac0843cb2
18 files changed
+554 -379

No files matched your search

+1 -1
View File
@@ -264,7 +264,7 @@ fn layout_cost() {
harness
.rsc
.widgets_mut()
.set_size_rule(sized, Axis::X, SizeRule::Exact(len));
.set_size_rule(sized, Axis::X, SizeRule::from(len));
});
}