Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed Mar 6, 2024
1 parent 8ecbf5a commit c72abd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/Files.App/Strings/en-US/Resources.resw
Expand Up @@ -3716,7 +3716,4 @@
<data name="LayoutType" xml:space="preserve">
<value>Layout type</value>
</data>
<data name="SettingsGroup" xml:space="preserve">
<value>Settings group</value>
</data>
</root>
2 changes: 0 additions & 2 deletions src/Files.App/UserControls/Settings/SettingsBlockControl.xaml
Expand Up @@ -4,13 +4,11 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:helpers="using:Files.App.Helpers"
xmlns:local="using:Files.App.UserControls.Settings"
xmlns:local1="using:Files.App.Converters"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
d:DesignHeight="300"
d:DesignWidth="400"
AutomationProperties.LocalizedControlType="{helpers:ResourceString Name=SettingsGroup}"
mc:Ignorable="d">

<UserControl.Resources>
Expand Down
5 changes: 4 additions & 1 deletion src/Files.App/Views/Settings/LayoutPage.xaml
Expand Up @@ -111,7 +111,10 @@
</local:SettingsBlockControl>

<!-- Default grouping options -->
<local:SettingsBlockControl Title="{helpers:ResourceString Name=GroupBy}" HorizontalAlignment="Stretch">
<local:SettingsBlockControl
Title="{helpers:ResourceString Name=GroupBy}"
HorizontalAlignment="Stretch"
AutomationProperties.AccessibilityView="Raw">
<local:SettingsBlockControl.Icon>
<FontIcon Glyph="&#xF168;" />
</local:SettingsBlockControl.Icon>
Expand Down

0 comments on commit c72abd0

Please sign in to comment.