Problem with one button getting so spaced out

image


So ive been making this toolbar thing where you can see like the menu and stuff. But on mobile everything looks nice. The problem is when the player uses computer and they look at the delete button its for some reason out of place and different.

Here is the children inside of the imageButton:
image

Does anyone know why?

2 Likes

Would it be possible to put both of the buttons in one frame and use a ListLayout to keep the spacing consistent?

1 Like

Maybe it’s because your UIs are positioned using Offset rather than Scale. If so, use this plugin to help you make it so the UI fits on all screens.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.