TabCointainer has a distance between the first tab and it's last side. How do I get rid of it?

Godot Version

4.4.1

Question

annoying corner

As seen in the above image, there is a distance between the left side of the TabContainer and the first tab. I have been unable to find any configuration in either the node itself or it’s theme that controls this distance or allows reducing it to zero

I found a workaround where I add a transparent border to the left of the StyleBoxFlat that the TabContainer uses but that feels like, well, a workaround

Is there a better way to do this or is it cheese to the win?

Theme Overrides > Constants > Side Margin?

1 Like

It worked! Thank you

Changing the Side Margin on the theme also worked. For some reason it hadn’t even ocurred to me to check the theme constants:P

1 Like