ebassi / emeus

Constraint-based layout manager for GTK+

Home Page:https://ebassi.github.io/emeus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shrinkability issues

matthiasclasen opened this issue · 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 ?

Could be related to #19?