[Settings] Change icons and text (#19592)

This commit is contained in:
Jay
2022-09-20 16:21:05 +02:00
committed by GitHub
parent ca3c758046
commit 5a7985f791
15 changed files with 186 additions and 198 deletions

View File

@@ -88,7 +88,7 @@
BorderThickness="0"
HorizontalAlignment="Right"
Background="Transparent"
Content=""
Content=""
FontFamily="{ThemeResource SymbolThemeFontFamily}">
<Button.Flyout>
<MenuBarItemFlyout Placement="Bottom">
@@ -376,7 +376,7 @@
x:Uid="ToggleButton_IncludeFiles"
Height="31"
MinHeight="0"
Content="&#xE160;"
Content="&#xE7C3;"
FontFamily="{ThemeResource SymbolThemeFontFamily}"
IsChecked="True"
Style="{StaticResource CustomToggleButtonStyle}" />
@@ -394,7 +394,7 @@
x:Uid="ToggleButton_IncludeSubFolders"
Height="31"
MinHeight="0"
Content="&#xE12F;"
Content="&#xED41;"
FontFamily="{ThemeResource SymbolThemeFontFamily}"
IsChecked="True"
Style="{StaticResource CustomToggleButtonStyle}" />