How to move an image in an ImageLabel?

,

Hello!

I am creating a gun selector list like this:

image

For the gun icons, I have an ImageLabel as wide as the holder frame. I am using the “Fit” ScaleType to make the image fit the label.

However, the image moves right to the center, like this:

image

How could I make it so the image moves to the right instead?

Thanks,
Fizzitix

There should be an easy fix for this like an align left/right button. Have you tried rescaling the image label to fit just the gun? Worst comes to worst move the whole thing over. (depending on the rest of your UI you might have to make the image separate)

The problem with simply scaling it like that is it would scale horribly on other devices, like a phone. The size would basically invert.

I don’t have access to #feature-requests, but if someone wanted to post a topic for

I would greatly appreciate it.