emeus icon indicating copy to clipboard operation
emeus copied to clipboard

shrinkability issues

Open matthiasclasen opened this issue 8 years ago • 1 comments

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 ?

matthiasclasen avatar Nov 05 '17 13:11 matthiasclasen

Could be related to https://github.com/ebassi/emeus/issues/19?

ptomato avatar Nov 05 '17 18:11 ptomato