Skip to content

Commit

Permalink
update glyph and margin (#5870)
Browse files Browse the repository at this point in the history
  • Loading branch information
karkarl authored Sep 14, 2021
1 parent 27052f7 commit bb516c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/CommonStyles/MenuFlyout_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<x:Double x:Key="MenuFlyoutSeparatorHeight">1</x:Double>
<Thickness x:Key="MenuFlyoutPresenterThemePadding">0,2,0,2</Thickness>
<x:Double x:Key="MenuFlyoutThemeMinHeight">32</x:Double>
<Thickness x:Key="MenuFlyoutItemChevronMargin">24,0,0,0</Thickness>
<Thickness x:Key="MenuFlyoutItemChevronMargin">24,0,0,-1</Thickness>
<Thickness x:Key="MenuFlyoutSeparatorThemePadding">-4,1,-4,1</Thickness>
<Thickness x:Key="MenuFlyoutItemMargin">4,2,4,2</Thickness>
<Thickness x:Key="MenuFlyoutItemThemePadding">11,8,11,9</Thickness>
Expand Down Expand Up @@ -718,7 +718,7 @@
VerticalAlignment="{TemplateBinding VerticalContentAlignment}" />
<FontIcon x:Name="SubItemChevron"
Grid.Column="1"
Glyph="&#xE0E3;"
Glyph="&#xE974;"
FontFamily="{ThemeResource SymbolThemeFontFamily}"
FontSize="12"
AutomationProperties.AccessibilityView="Raw"
Expand Down Expand Up @@ -1148,7 +1148,7 @@
VerticalAlignment="{TemplateBinding VerticalContentAlignment}" />
<FontIcon x:Name="SubItemChevron"
Grid.Column="1"
Glyph="&#xE0E3;"
Glyph="&#xE974;"
FontFamily="{ThemeResource SymbolThemeFontFamily}"
FontSize="12"
AutomationProperties.AccessibilityView="Raw"
Expand Down

0 comments on commit bb516c6

Please sign in to comment.