diff --git a/learning/step_by_step/img/anchor_menu.png b/learning/step_by_step/img/anchor_menu.png deleted file mode 100644 index 75b1c3b2..00000000 Binary files a/learning/step_by_step/img/anchor_menu.png and /dev/null differ diff --git a/learning/step_by_step/img/anchor_property.png b/learning/step_by_step/img/anchor_property.png index 3e8fa901..8989df90 100644 Binary files a/learning/step_by_step/img/anchor_property.png and b/learning/step_by_step/img/anchor_property.png differ diff --git a/learning/step_by_step/img/layout_menu.png b/learning/step_by_step/img/layout_menu.png new file mode 100644 index 00000000..080dcc5b Binary files /dev/null and b/learning/step_by_step/img/layout_menu.png differ diff --git a/learning/step_by_step/ui_introduction_to_the_ui_system.rst b/learning/step_by_step/ui_introduction_to_the_ui_system.rst index 1a493a76..575e8f6a 100644 --- a/learning/step_by_step/ui_introduction_to_the_ui_system.rst +++ b/learning/step_by_step/ui_introduction_to_the_ui_system.rst @@ -179,14 +179,14 @@ How to change the anchor Like any properties, you can edit the 4 anchor points in the Inspector, but this is not the most convenient way. When you select a control node, -the anchor menu appears above the viewport, in the toolbar. It gives you +the layout menu appears above the viewport, in the toolbar. It gives you a list of icons to set all 4 anchors with a single click, instead of -using the inspector’s 4 properties. The anchor menu will only show up +using the inspector’s 4 properties. The layout menu will only show up when you select a control node. -.. figure:: img/anchor_menu.png +.. figure:: img/layout_menu.png - The anchor menu in the viewport + The layout menu in the viewport Anchors are relative to the parent container ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~