diff --git a/tutorials/gui/img/layout_dropdown_menu.png b/tutorials/gui/img/layout_dropdown_menu.png new file mode 100644 index 000000000..3a4509b0c Binary files /dev/null and b/tutorials/gui/img/layout_dropdown_menu.png differ diff --git a/tutorials/gui/size_and_anchors.rst b/tutorials/gui/size_and_anchors.rst index e31c37ed0..9b33b2369 100644 --- a/tutorials/gui/size_and_anchors.rst +++ b/tutorials/gui/size_and_anchors.rst @@ -63,3 +63,12 @@ a TextureRect can be centered in its parent: Setting each anchor to 0.5 moves the reference point for the margins to the center of its parent. From there, we set negative margins so that the control gets its natural size. + +Layout Presets +-------------- + +Instead of manually adjusting the margin and anchor values, you can use the +toolbar's Layout menu, above the viewport. Besides centering, it gives you many +options to align and resize control nodes. + +.. image:: img/layout_dropdown_menu.png