#Issue with TabContainers in 4.2

4 messages · Page 1 of 1 (latest)

hidden shore
#

I have a Tab Container that is clipping the tabs when I apply a theme with a larger font. This was working previously, but now when I apply my theme it jacks it up. It looks fine in editor and when I lower the font size significantly, but when it runs with the higher font, it just looks weird. Any ideas what's causing this type of issue?

hidden shore
#

I'm at a bit of a loss for this. If i go into a remote while in debug, and I change ANY setting, it immediately corrects itself. So I can tick and untick ANY setting, and it's fixed. If I code that into GDScript, such as flag visible false and then true, this doens't work. It seems like it might have something to do with something Godot runs at the end of the ready function causing issues with theme application to the tabs....

sly jetty
#

I'm hitting the same issue and I can't seem to figure it out. First couple pics show that my tabs connect with their panel just fine while I view it in the Theme Editor, the 2D scene itself, or in the Theme Editor Preview loader.

As soon as I run the scene, I get a gap below the tabs separating them from their panels.

I can confirm I see the same thing, too, in the editor where the tabs will start off being drawn with that gap, and then almost instantly correct itself and connect to the panel.

Did you ever have any luck figuring it out?

sly jetty