Godot Version
4.4.1
Question
![]()
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?