I'm following this tutorial on designing a GUI for Godot. https://docs.godotengine.org/en/stable/getting_started/step_by_step/ui_game_user_interface.html
It says the following
<blockquote> <p> Let's make the Counters anchor to the right edge of the viewport. To do so, we need to set the Bars container take all the available horizontal space it can. Select the Bars node and scroll down to the Size Flags category. In the Horizontal category, check the Expand value. The Bars node should resize and push the counter to the right side of the screen. </p> </blockquote>
I set it it my project and its supposed to expand the container but it did nothing at all.
I've attached my project folder incase you want to see this for yourself.