Browse Source

Merge pull request #2725 from lamsorsen/patch-2

Clarify the location of the "Layout" menu
Rémi Verschelde 6 years ago
parent
commit
dc6611f8b7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      getting_started/step_by_step/ui_main_menu.rst

+ 2 - 2
getting_started/step_by_step/ui_main_menu.rst

@@ -137,8 +137,8 @@ define the margins' size. Scroll down the ``Control`` class, to the
 -  Margin Left: *120*
 -  Margin Bottom: *80*
 
-We want the container to fit the window. In the Viewport, open the
-``Layout`` menu and select the last option, ``Full Rect``.
+We want the container to fit the window. In the toolbar above the Viewport, 
+open the ``Layout`` menu and select the last option, ``Full Rect``.
 
 Add the UI sprites
 ~~~~~~~~~~~~~~~~~~