mirror of
https://github.com/figsoda/mmtc
synced 2025-02-16 21:38:38 +00:00
modify free layout constraint
This commit is contained in:
parent
895c4e7617
commit
f3534a03fe
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ pub fn render(
|
||||||
match x {
|
match x {
|
||||||
Constrained::Free(w) => {
|
Constrained::Free(w) => {
|
||||||
ws.push(w);
|
ws.push(w);
|
||||||
cs.push(Constraint::Min(1));
|
cs.push(Constraint::Min(0));
|
||||||
}
|
}
|
||||||
Constrained::Fixed(n, w) => {
|
Constrained::Fixed(n, w) => {
|
||||||
ws.push(w);
|
ws.push(w);
|
||||||
|
|
Loading…
Add table
Reference in a new issue