added a main landmark to all settings pages (#7568)

This commit is contained in:
Alekhya
2020-10-28 11:10:08 -07:00
committed by GitHub
parent f97ed9c340
commit 3a7fc33943
9 changed files with 18 additions and 9 deletions

View File

@@ -10,7 +10,8 @@
xmlns:CustomControls="using:Microsoft.PowerToys.Settings.UI.Controls"
xmlns:Lib="using:Microsoft.PowerToys.Settings.UI.Library"
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
AutomationProperties.LandmarkType="Main">
<Page.Resources>
<local:VisibleIfNotEmpty x:Key="visibleIfNotEmptyConverter" />