emeus
emeus copied to clipboard
shrinkability issues
I have a working system of constraints that generates the expected layout, but in a small window. Now I'm adding constraints
super.width <= 1000 super.height <= 1000
and my window gets big.
I can sort-of understand that the solution with a window thats as big as allowed might be the optimum.
But why can't I shrink the window now ?
Could be related to https://github.com/ebassi/emeus/issues/19?