Replies: 1 comment 1 reply
-
Hi, By default, I believe GPort is a standard Node (Although it depends on how you map it in your own application). For this reason, I would expect it to behave like any other child node. In your case, it seems that the Port doesn't have a size, or its size is not properly taken into account by the parent (Vbox) Layout. This could be because you didn't declare a Layout for your Port, so the parent layout doesn't know what to do with it. Can you try setting a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, both ports in the
GCompartment
below are added overlappingly at the same position instead of being layouted vertically. Note that the vbox layouting works if I replace the ports with simple labels. Am I missing something?Beta Was this translation helpful? Give feedback.
All reactions