Skip to content

Commit

Permalink
Fixed performance issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Aug 17, 2022
1 parent 3b06501 commit 0232f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InternetTest/InternetTest/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</Window.Resources>

<Window.Effect>
<DropShadowEffect Color="Black" ShadowDepth="0" BlurRadius="10" Opacity="0.4" RenderingBias="Quality"/>
<DropShadowEffect Color="Black" ShadowDepth="0" BlurRadius="10" Opacity="0.4" RenderingBias="Performance"/>
</Window.Effect>

<Border Name="WindowBorder" d:Background="#fff" Margin="10" BorderThickness="0" CornerRadius="5">
Expand Down

0 comments on commit 0232f07

Please sign in to comment.