Skip to content

Commit

Permalink
fix blurriness (#4857)
Browse files Browse the repository at this point in the history
  • Loading branch information
beervoley authored Apr 20, 2021
1 parent 5b757e8 commit 80a7078
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions dev/CommonStyles/MenuFlyout_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,10 @@
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="MenuFlyoutPresenter">
<Grid
<Border
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
contract7Present:CornerRadius="{TemplateBinding CornerRadius}"
contract7Present:BackgroundSizing="InnerBorderEdge">
<ScrollViewer x:Name="MenuFlyoutPresenterScrollViewer"
Expand All @@ -309,12 +311,7 @@
AutomationProperties.AccessibilityView="Raw">
<ItemsPresenter />
</ScrollViewer>
<Border
x:Name="MenuFlyoutPresenterBorder"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
contract7Present:CornerRadius="{TemplateBinding CornerRadius}" />
</Grid>
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
Expand Down

0 comments on commit 80a7078

Please sign in to comment.