I'm working on pixel game and need to setup a health bar.
I'm using a ProgressBar as the base node and changing the appearance through Background and Fill style overrides.
Both Background and Fill use StyleBoxFlat.
For the Background, I'd like to have a 1px border all around.
For the Fill, I'm just changing the BG Color.
The problem I'm running into is that adding borders to Background style forces a minimum width and height of 2px, even though Expand Margins should cancel it out.