Skip to content

Commit

Permalink
Merge pull request godotengine#10314 from tgnottingham/gui-containers…
Browse files Browse the repository at this point in the history
…-stretch-ratio

Use "Stretch Ratio" instead of "Ratio" in Using Containers
  • Loading branch information
mhilbrunner authored Nov 24, 2024
2 parents 198ade3 + e488391 commit 4ec022f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/ui/gui_containers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Arranges child controls vertically or horizontally (via :ref:`HBoxContainer <cla

.. image:: img/containers_box.png

These containers make use of the *Ratio* property for children with the *Expand* flag set.
These containers make use of the *Stretch Ratio* property for children with the *Expand* flag set.

Grid Container
^^^^^^^^^^^^^^
Expand Down

0 comments on commit 4ec022f

Please sign in to comment.