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

obvious constraints

matthiasclasen opened this issue · comments

I wonder why emeus isn't adding the 'obvious'

width >=0
height >= 0

constraints for all widgets automatically.
When I tried that, it did seem to make things a bit more stable - I see fewer assertions on negative allocations with it.

There's no actual reason, I think it would be good to add them.