mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 07:03:05 +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 {
|
||||
Constrained::Free(w) => {
|
||||
ws.push(w);
|
||||
cs.push(Constraint::Min(1));
|
||||
cs.push(Constraint::Min(0));
|
||||
}
|
||||
Constrained::Fixed(n, w) => {
|
||||
ws.push(w);
|
||||
|
|
Loading…
Reference in a new issue