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

Example not rendered in editor

tallero opened this issue · comments

With this input

H:|-[view0(view2)]-[view2]-|
H:|-[view1(view3)]-[view3]-|
H:[view4(view3)]-|
V:|-[view0(view1)]-[view1]-|
V:|-[view2(view3,view4)]-[view3]-[view4]-|

I get

image

Info

Distro: Arch Linux
Version: 1.0+5d38cc3

Can confirm, but debugging doesn't seem to turn up any error. It might just be a case of something wrong with the constraint container with newer versions of GTK; I've also noticed some issue with the simple-grid's minimum size.

In practice, though, I think I'll have to backport the fixes for the constaint solver and layout manager that we did in GTK4.