Hey, I have a button image that I've provided below that I want to be able to use throughout my UI. The button is fully rounded, and I'm having a bit of trouble figuring out how to get it to work with a bunch of different widths of content.
My first try was adding some expand margin to get it to work for the width in the first example, but when I reduce the size of the content of the button with the same margins, it completely breaks and i have to provide different sets of margin altogether. How would I make it work for any size content? Whats the correct approach for this kind of ui node?