Skip to content

Commit b1c5b2d

Browse files
committed
Update LayoutPage.xaml
1 parent b74a5c1 commit b1c5b2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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="{helpers:ResourceString Name=SortBy}" 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="{helpers:ResourceString Name=SortingAndGrouping}" 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="{helpers:ResourceString Name=Columns}" Header="{helpers:ResourceString Name=Columns}">
151151
<wctcontrols:SettingsExpander.HeaderIcon>
152152
<FontIcon Glyph="&#xE71D;" />
153153
</wctcontrols:SettingsExpander.HeaderIcon>

0 commit comments

Comments
 (0)