Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emeus Constraint Layout does not play well with nested layout inside GtkGrid #25

Open
rmacqueen opened this issue Mar 19, 2017 · 0 comments

Comments

@rmacqueen
Copy link

I have: EmeusConstraintLayout --> GtkGrid --> EmeusConstraintLayout

Under this setup, widgets (specifically, GtkLabels) added to the inner EmeusConstraintLayout are not arranged properly - indeed they seem to not show up at all. However, if I substitute the GtkGrid for a GtkFrame, then everything works as expected.

Minimal example: https://gist.github.com/rmacqueen/2799077115ef59cbd7e187c2fccd8c73

In this example, labels (added to inner, nested layout) will not show up at all. However, if, on line 10, you replace GtkGrid with a GtkFrame, then you get the desired result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant