Browse Source

Merge pull request #10314 from tgnottingham/gui-containers-stretch-ratio

Use "Stretch Ratio" instead of "Ratio" in Using Containers
Max Hilbrunner 8 months ago
parent
commit
4ec022f965
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/ui/gui_containers.rst

+ 1 - 1
tutorials/ui/gui_containers.rst

@@ -78,7 +78,7 @@ Arranges child controls vertically or horizontally (via :ref:`HBoxContainer <cla
 
 
    .. image:: img/containers_box.png
    .. 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
 Grid Container
 ^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^