Widget: How to properly scale a widget inside another widget with multiple palette items?

I have a stamina bar widget BP that contains a progress bar and an image that you can see here.

I want to place this stamina widget inside my HUD widget but when I try scaling it down only the progress bar does so and the image keeps its position as seen here.

I also tried using a horizontal box and playing around with the Translation in Render Transform but that didn’t work as well. I basically want the stamina icon to scale with the progress bar and always be at the top of the bar just like you see in the first image. Any help will be appreciated.