renetc
December 10, 2024, 10:16am
1
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…
Set the control size.y to a bigger value
renetc
December 10, 2024, 1:56pm
3
Thanks a ton @matheusmdx , However the progress bar is a child of a VboxContainer so I think it’s dsiabled:
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
1 Like
system
Closed
January 9, 2025, 3:06pm
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.