Set Progress bar height in 4.3?

Godot Version

4.3

Question

If I set a progress-bar and disable the “Show percentage” it gets really really thin by default.

Where is the setting or how can I set a height?

Here is a bar with and without a percentage. I would like the blue one to be as tall as the gray one…

image

Set the control size.y to a bigger value

Thanks a ton @matheusmdx , However the progress bar is a child of a VboxContainer so I think it’s dsiabled:

image

You must be talking about this value highligted?:

I’m not able to figure out the correct settings for the parents such that I can set this value

In this case you need to set the custom minimum size, when a Control node is a child of a container type node you can’t directly change the controls size, but you can set a minimum size

image

1 Like

THANK YOU @matheusmdx :smiley:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.