You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: