Skip to content

Commit fefee98

Browse files
authored
Code Quality: Updated icon codes (#13062)
1 parent 405d635 commit fefee98

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
HorizontalAlignment="Stretch"
171171
Click="ThirdPartyLicenses_Click">
172172
<local:SettingsBlockControl.Icon>
173-
<FontIcon Glyph="&#xE15E;" />
173+
<FontIcon Glyph="&#xE90F;" />
174174
</local:SettingsBlockControl.Icon>
175175
<local:SettingsBlockControl.ExpandableContent>
176176
<ScrollViewer Height="400">
@@ -190,7 +190,7 @@
190190
ButtonCommand="{x:Bind ViewModel.OpenGitHubRepoCommand}"
191191
IsClickable="True">
192192
<local:SettingsBlockControl.Icon>
193-
<FontIcon Glyph="&#xE12B;" />
193+
<FontIcon Glyph="&#xE774;" />
194194
</local:SettingsBlockControl.Icon>
195195

196196
<FontIcon

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
HorizontalAlignment="Stretch"
135135
x:Load="False">
136136
<local:SettingsBlockControl.Icon>
137-
<FontIcon Glyph="&#xE1A5;" />
137+
<FontIcon Glyph="&#xE8E5;" />
138138
</local:SettingsBlockControl.Icon>
139139
<ToggleSwitch
140140
IsEnabled="{x:Bind ViewModel.IsSetAsDefaultFileManager, Mode=OneWay}"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
HorizontalAlignment="Stretch"
4343
IsExpanded="True">
4444
<local:SettingsBlockControl.Icon>
45-
<FontIcon Glyph="&#xE2AC;" />
45+
<FontIcon Glyph="&#xE621;" />
4646
</local:SettingsBlockControl.Icon>
4747

4848
<ToggleSwitch
@@ -54,7 +54,7 @@
5454
<!-- Details layout columns -->
5555
<local:SettingsBlockControl Title="{helpers:ResourceString Name=DetailsLayoutColumns}" HorizontalAlignment="Stretch">
5656
<local:SettingsBlockControl.Icon>
57-
<FontIcon Glyph="&#xE179;" />
57+
<FontIcon Glyph="&#xE71D;" />
5858
</local:SettingsBlockControl.Icon>
5959
<local:SettingsBlockControl.ExpandableContent>
6060
<StackPanel>
@@ -164,7 +164,7 @@
164164
<!-- Layout mode -->
165165
<local:SettingsBlockControl Title="{helpers:ResourceString Name=LayoutMode}" HorizontalAlignment="Stretch">
166166
<local:SettingsBlockControl.Icon>
167-
<FontIcon Glyph="&#xE152;" />
167+
<FontIcon Glyph="&#xE8A9;" />
168168
</local:SettingsBlockControl.Icon>
169169

170170
<ComboBox AutomationProperties.Name="{helpers:ResourceString Name=LayoutMode}" SelectedIndex="{x:Bind ViewModel.SelectedDefaultLayoutModeIndex, Mode=TwoWay}">
@@ -353,7 +353,7 @@
353353
HorizontalAlignment="Stretch"
354354
IsExpanded="True">
355355
<local:SettingsBlockControl.Icon>
356-
<FontIcon Glyph="&#xE2B2;" />
356+
<FontIcon Glyph="&#xEE40;" />
357357
</local:SettingsBlockControl.Icon>
358358
<ToggleSwitch
359359
AutomationProperties.Name="{helpers:ResourceString Name=CalculateFolderSizes}"

0 commit comments

Comments
 (0)