File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3716
3716
<data name =" LayoutType" xml : space =" preserve" >
3717
3717
<value >Layout type</value >
3718
3718
</data >
3719
- <data name =" SettingsGroup" xml : space =" preserve" >
3720
- <value >Settings group</value >
3721
- </data >
3722
3719
</root >
Original file line number Diff line number Diff line change 4
4
xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
5
5
xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml"
6
6
xmlns:d=" http://schemas.microsoft.com/expression/blend/2008"
7
- xmlns:helpers=" using:Files.App.Helpers"
8
7
xmlns:local=" using:Files.App.UserControls.Settings"
9
8
xmlns:local1=" using:Files.App.Converters"
10
9
xmlns:mc=" http://schemas.openxmlformats.org/markup-compatibility/2006"
11
10
d:DesignHeight=" 300"
12
11
d:DesignWidth=" 400"
13
- AutomationProperties.LocalizedControlType=" {helpers:ResourceString Name=SettingsGroup}"
14
12
mc:Ignorable=" d" >
15
13
16
14
<UserControl .Resources>
Original file line number Diff line number Diff line change 111
111
</local : SettingsBlockControl >
112
112
113
113
<!-- 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" >
115
118
<local : SettingsBlockControl .Icon>
116
119
<FontIcon Glyph ="  " />
117
120
</local : SettingsBlockControl .Icon>
You can’t perform that action at this time.
0 commit comments