So people like to set up things with a top down swapability in mind. Okay so for building an inventory I made a custom widget called “Inventory Icon” and this icon is used to represent what is in slots 1 through 9 in my hot bar, I add it into my main hotbar wrapper widget and if I change one it changes them all just like it’s advised. My “Inventory Icon” widget has a button and an overlay and an image. What good is using this modular approach if when on the hotbar widget with 9 icon child widgets I can’t even change the image? What am I missing? Because as soon as you child a widget to a parent you can’t customize it with each like you can in the widget it’s self. Help?