Skip to content

Commit

Permalink
Fix non-standard dpi blurriness
Browse files Browse the repository at this point in the history
  • Loading branch information
srwi committed Dec 22, 2020
1 parent 3c792db commit e679ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EverythingToolbar/SearchResultsPopup.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Converter={local:SearchTermToIsOpenedConverter},
UpdateSourceTrigger=PropertyChanged,
Mode=OneWay}">
<Border x:Name="PopupMarginBorder">
<Border x:Name="PopupMarginBorder" UseLayoutRounding="True">
<Border.Effect>
<DropShadowEffect BlurRadius="15" Direction="-90" Opacity="0.25" RenderingBias="Quality" ShadowDepth="-100" />
</Border.Effect>
Expand Down

0 comments on commit e679ca9

Please sign in to comment.