Skip to content

Commit b93d760

Browse files
committed
Fix issues
1 parent 4868f8d commit b93d760

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
- name: Gallery
405405
href: ./canvas-apps/controls/control-gallery.md
406406
- name: Horizontal container (experimental)
407-
href: ../canvas-apps/controls/control-horizontal-container.md
407+
href: ./canvas-apps/controls/control-horizontal-container.md
408408
- name: HTML text
409409
href: ./canvas-apps/controls/control-html-text.md
410410
- name: Icon
@@ -450,7 +450,7 @@
450450
- name: Toggle
451451
href: ./canvas-apps/controls/control-toggle.md
452452
- name: Vertical container (experimental)
453-
href: ../canvas-apps/controls/control-vertical-container.md
453+
href: ./canvas-apps/controls/control-vertical-container.md
454454
- name: Video
455455
href: ./canvas-apps/controls/control-audio-video.md
456456
- name: Web barcode scanner (experimental)
@@ -471,12 +471,12 @@
471471
href: ./canvas-apps/controls/properties-text.md
472472
- name: Manage screens
473473
items:
474+
- name: Build responsive apps
475+
href: canvas-apps/build-responsive-apps.md
474476
- name: Change screen size and orientation
475477
href: ./canvas-apps/set-aspect-ratio-portrait-landscape.md
476478
- name: Create responsive layout
477479
href: ./canvas-apps/create-responsive-layout.md
478-
- name: Build responsive apps
479-
href: canvas-apps/build-responsive-apps.md
480480
- name: Configure app functionality
481481
items:
482482
- name: Get started with formulas

powerapps-docs/maker/canvas-apps/build-responsive-apps.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The Sidebar layout has a fixed width sidebar on the left. The main body consists
8383
### Example
8484

8585
1. Sign in to [Power Apps](https://make.powerapps.com).
86-
1. Select **Apps** from left navigation. Select the **New app** drop down menu and then select **Canvas**.
86+
1. Select **Apps** from left navigation. Select the **New app** drop-down menu and then select **Canvas**.
8787
1. On the **Blank app** tile, select **Tablet layout**.
8888
1. Select **File** > **Settings** > **Screen size + orientation** and disable **Scale to fit**, **Lock aspect ratio**, and **Lock orientation** and select **Apply**.
8989
1. Select **New screen** and then select **Header, footer, main content** template screen.
@@ -121,15 +121,15 @@ You can use auto-layout containers in the following scenarios:
121121
To build a responsive screen:
122122

123123
1. Sign in to [Power Apps](https://make.powerapps.com).
124-
1. Select **Apps** from left navigation. Select the **New app** drop down menu and then select **Canvas**.
124+
1. Select **Apps** from left navigation. Select the **New app** drop-down menu and then select **Canvas**.
125125
1. On the **Blank app** tile, select **Tablet layout**.
126126
1. Select **File** > **Settings** > **Screen size + orientation** and disable **Scale to fit**, **Lock aspect ratio**, and **Lock orientation** and select **Apply**.
127-
1. Now from the **Insert** pane in the left sidebar, under **Layout**, select **Horizontal container**.
127+
1. Now from the **Insert** panes in the left sidebar, under **Layout** tab, select **Horizontal container**.
128128

129129
> [!div class="mx-imgBorder"]
130130
> ![Insert containers](media/create-responsive-layout/insert-containers.png "Insert containers")
131131
132-
1. The top most container needs to be sized to take the entire space with these properties. It will be the same size as the screen as it resizes.
132+
1. The top-most container needs to be sized to take the entire space with these properties. It will be the same size as the screen as it resizes.
133133
1. X = 0
134134
1. Y= 0
135135
1. Width = Parent.Width
@@ -140,7 +140,7 @@ To build a responsive screen:
140140
> [!div class="mx-imgBorder"]
141141
> ![Add vertical containers](media/create-responsive-layout/add-two-vertical-containers.png "Add vertical containers")
142142
143-
1. To make the containers fill the full vertical space, Select **Container1** and set the `Align (vertical)` property to `Stretch`.
143+
1. To make the containers, fill the full vertical space, Select **Container1** and set the `Align (vertical)` property to `Stretch`.
144144

145145
> [!div class="mx-imgBorder"]
146146
> ![Align stretch](media/create-responsive-layout/align-property-stretch.png "Align stretch")

powerapps-docs/maker/canvas-apps/controls/control-horizontal-container.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ Horizontal container control determines the position of the child components so
7676
## Example
7777

7878
1. Sign in to [Power Apps](https://make.powerapps.com).
79-
1. Select **Apps** from left navigation. Select the **New app** drop down menu and then select **Canvas**.
79+
1. Select **Apps** from left navigation. Select the **New app** drop-down menu and then select **Canvas**.
8080
1. On the **Blank app** tile, select **Tablet layout**.
8181
1. Select **File** > **Settings** > **Screen size + orientation** and disable **Scale to fit**, **Lock aspect ratio**, and **Lock orientation** and select **Apply**.
82-
1. Now from the **Insert** pane in the left sidebar, under **Layout**, select **Horizontal container**.
82+
1. Now from the **Insert** panes in the left sidebar, under **Layout** tab, select **Horizontal container**.
8383

8484
> [!div class="mx-imgBorder"]
8585
> ![Insert containers](../media/create-responsive-layout/insert-containers.png "Insert containers")
@@ -90,4 +90,4 @@ Horizontal container control determines the position of the child components so
9090
1. Width = Parent.Width
9191
1. Height = Parent. Height
9292

93-
1. Add few buttons, text inputs, media, icons and select **F5** to see how the app adjusts to the screen changes.
93+
1. Add few buttons, text inputs, media, icons, and select **F5** to see how the app adjusts to the screen changes.

powerapps-docs/maker/canvas-apps/controls/control-vertical-container.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ Vertical container control determines the position of the child components so th
7676
## Example
7777

7878
1. Sign in to [Power Apps](https://make.powerapps.com).
79-
1. Select **Apps** from left navigation. Select the **New app** drop down menu and then select **Canvas**.
79+
1. Select **Apps** from left navigation. Select the **New app** drop-down menu and then select **Canvas**.
8080
1. On the **Blank app** tile, select **Tablet layout**.
8181
1. Select **File** > **Settings** > **Screen size + orientation** and disable **Scale to fit**, **Lock aspect ratio**, and **Lock orientation** and select **Apply**.
82-
1. Now from the **Insert** pane in the left sidebar, under **Layout**, select **Vertical container**.
82+
1. Now from the **Insert** panes in the left sidebar, under **Layout** tab, select **Vertical container**.
8383

8484
> [!div class="mx-imgBorder"]
8585
> ![Insert containers](../media/create-responsive-layout/insert-containers.png "Insert containers")
@@ -90,4 +90,4 @@ Vertical container control determines the position of the child components so th
9090
1. Width = Parent.Width
9191
1. Height = Parent. Height
9292

93-
1. Add few buttons, text inputs, media, icons and select **F5** to see how the app adjusts to the screen changes.
93+
1. Add few buttons, text inputs, media, icons, and select **F5** to see how the app adjusts to the screen changes.

0 commit comments

Comments
 (0)