Help centering a UI using UIListLayout

I have three buttons inside a holder frame that uses a UIListLayout.

I want the DEPLOY button to line up with the title because the title is centered in the middle of the screen. The issue is that the different lengths of the other buttons push it away from the middle. Is there some way to achieve this without having different size gaps between the rest of the buttons?

1 Like

Hi, even with no padding whatsoever, the deploy button is still offset from the middle of the frame.

I can get the item to be centered if I change all the other guiobject to the same size, however I get the issue of uneven gaps between each guiobject