I've made a gui that has a couple of panes on a frame.
Initially only one frame is visible, but as you fill in options and press buttons, the others become visible.
The problem I have is that the first pane should be in the top left corner when the app starts up. It's not doing that though, when it starts up it's at the top right, and only shifts to the top left when the other pane become visible. Is there any way for me to fix this?
Thanks in advance!