Skip to content

Commit c72abd0

Browse files
committed
a
1 parent 8ecbf5a commit c72abd0

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

src/Files.App/Strings/en-US/Resources.resw

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3716,7 +3716,4 @@
37163716
<data name="LayoutType" xml:space="preserve">
37173717
<value>Layout type</value>
37183718
</data>
3719-
<data name="SettingsGroup" xml:space="preserve">
3720-
<value>Settings group</value>
3721-
</data>
37223719
</root>

src/Files.App/UserControls/Settings/SettingsBlockControl.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
55
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7-
xmlns:helpers="using:Files.App.Helpers"
87
xmlns:local="using:Files.App.UserControls.Settings"
98
xmlns:local1="using:Files.App.Converters"
109
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1110
d:DesignHeight="300"
1211
d:DesignWidth="400"
13-
AutomationProperties.LocalizedControlType="{helpers:ResourceString Name=SettingsGroup}"
1412
mc:Ignorable="d">
1513

1614
<UserControl.Resources>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@
111111
</local:SettingsBlockControl>
112112

113113
<!-- Default grouping options -->
114-
<local:SettingsBlockControl Title="{helpers:ResourceString Name=GroupBy}" HorizontalAlignment="Stretch">
114+
<local:SettingsBlockControl
115+
Title="{helpers:ResourceString Name=GroupBy}"
116+
HorizontalAlignment="Stretch"
117+
AutomationProperties.AccessibilityView="Raw">
115118
<local:SettingsBlockControl.Icon>
116119
<FontIcon Glyph="&#xF168;" />
117120
</local:SettingsBlockControl.Icon>

0 commit comments

Comments
 (0)