Skip to content

Commit a9cd593

Browse files
authored
Merge pull request #1447 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents 8e62d4e + 416a7da commit a9cd593

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

powerapps-docs/maker/canvas-apps/data-platform-create-app-scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ When you build an app from Common Data Service, you don't need to create a conne
115115

116116
![Refresh icon](./media/data-platform-create-app-scratch/refresh-icon.png)
117117

118-
1. Set the **OnSelect** property of the the plus icon to this formula:
118+
1. Set the **OnSelect** property of the plus icon to this formula:
119119

120120
`NewForm(EditForm1); Navigate(FormScreen, ScreenTransition.None)`
121121

powerapps-docs/maker/canvas-apps/functions/signals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ The **App** signal returns information about the running app.
4040
| **App.ActiveScreen** | Screen that's displayed. Returns a screen object, which you can use to reference properties of the screen or compare to another screen to determine which screen is displayed. To change the displayed screen, use the **[Back](function-navigate.md)** or **[Navigate](function-navigate.md)** function. |
4141
| **App.Width** | Returns the width of the window in which the app is running. You can use this property in a formula when you set the **Width** property of the screen to build a responsive app. |
4242
| **App.Height** | Returns the height of the window in which the app is running. You can use this property in a formula when you set the **Height** property of the screen to build a responsive app. |
43-
| **App.DesignWidth** | Returns the width of the app in PowerApps Studio. You can use this property in a formula when you set the **Width** property of the screen to to ensure a minimum width in a responsive app. |
44-
| **App.DesignHeight** | Returns the height of the app in PowerApps Studio. You can use this property in a formula when you set the **Height** property of the screen to to ensure a minimum height in a responsive app. |
43+
| **App.DesignWidth** | Returns the width of the app in PowerApps Studio. You can use this property in a formula when you set the **Width** property of the screen to ensure a minimum width in a responsive app. |
44+
| **App.DesignHeight** | Returns the height of the app in PowerApps Studio. You can use this property in a formula when you set the **Height** property of the screen to ensure a minimum height in a responsive app. |
4545

4646
The **App** object also has a [behavior formula](../working-with-formulas-in-depth.md) that you can set.
4747

0 commit comments

Comments
 (0)