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
@@ -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));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user