Skip to content

Commit d80f04c

Browse files
committed
Update LayoutPage.xaml
1 parent b365768 commit d80f04c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Files.App/Views/Settings/LayoutPage.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
Text="{helpers:ResourceString Name=Layout}" />
3737

3838
<!-- Folder Overrides -->
39-
<wctcontrols:SettingsCard Header="{helpers:ResourceString Name=SyncFolderPreferencesAcrossDirectories}">
39+
<wctcontrols:SettingsCard AutomationProperties.Name="SyncFolderOverridesSection" Header="{helpers:ResourceString Name=SyncFolderPreferencesAcrossDirectories}">
4040
<wctcontrols:SettingsCard.HeaderIcon>
4141
<FontIcon Glyph="&#xE621;" />
4242
</wctcontrols:SettingsCard.HeaderIcon>
@@ -48,7 +48,7 @@
4848
</wctcontrols:SettingsCard>
4949

5050
<!-- Layout Type -->
51-
<wctcontrols:SettingsCard Header="{helpers:ResourceString Name=LayoutType}">
51+
<wctcontrols:SettingsCard AutomationProperties.Name="LayoutTypeSection" Header="{helpers:ResourceString Name=LayoutType}">
5252
<wctcontrols:SettingsCard.HeaderIcon>
5353
<FontIcon Glyph="&#xE8BA;" />
5454
</wctcontrols:SettingsCard.HeaderIcon>
@@ -71,7 +71,7 @@
7171
Text="{helpers:ResourceString Name=SortingAndGrouping}" />
7272

7373
<!-- Default sorting options -->
74-
<wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=SortBy}">
74+
<wctcontrols:SettingsExpander AutomationProperties.Name="DefaultSortingSection" Header="{helpers:ResourceString Name=SortBy}">
7575
<wctcontrols:SettingsExpander.HeaderIcon>
7676
<FontIcon Glyph="&#xE8CB;" />
7777
</wctcontrols:SettingsExpander.HeaderIcon>
@@ -102,7 +102,7 @@
102102
</wctcontrols:SettingsExpander>
103103

104104
<!-- Default grouping options -->
105-
<wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=GroupBy}">
105+
<wctcontrols:SettingsExpander AutomationProperties.Name="DefaultGroupingSection" Header="{helpers:ResourceString Name=GroupBy}">
106106
<wctcontrols:SettingsExpander.HeaderIcon>
107107
<FontIcon Glyph="&#xF168;" />
108108
</wctcontrols:SettingsExpander.HeaderIcon>
@@ -147,7 +147,7 @@
147147
Text="{helpers:ResourceString Name=DetailsView}" />
148148

149149
<!-- Columns -->
150-
<wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=Columns}">
150+
<wctcontrols:SettingsExpander AutomationProperties.Name="DefaultColumnsSection" Header="{helpers:ResourceString Name=Columns}">
151151
<wctcontrols:SettingsExpander.HeaderIcon>
152152
<FontIcon Glyph="&#xE71D;" />
153153
</wctcontrols:SettingsExpander.HeaderIcon>

0 commit comments

Comments
 (0)