Skip to content

Commit

Permalink
Library: Small adjustments to game background blur
Browse files Browse the repository at this point in the history
  • Loading branch information
darklinkpower committed Jan 18, 2023
1 parent b212670 commit b8cf8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Views/Library.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
<Setter Property="Visibility" Value="Visible" />
<Setter Property="OpacityMask">
<Setter.Value>
<RadialGradientBrush GradientOrigin="0.8,0.2" Center="0.8,0.2" RadiusX="0.95" RadiusY="0.95">
<RadialGradientBrush GradientOrigin="0.8,0.2" Center="0.8,0.2" RadiusX="1.1" RadiusY="0.90">
<RadialGradientBrush.GradientStops>
<GradientStop Color="Black" Offset="0.3" />
<GradientStop Color="Transparent" Offset="0.8" />
<GradientStop Color="Transparent" Offset="0.83" />
</RadialGradientBrush.GradientStops>
</RadialGradientBrush>
</Setter.Value>
Expand Down

0 comments on commit b8cf8e7

Please sign in to comment.