Skip to content

Commit 8a860ec

Browse files
committed
fix the width of the blur effect
1 parent 9fea313 commit 8a860ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Flow.Launcher/Themes/BlurBlack.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</Style>
2222

2323
<Style x:Key="WindowStyle" BasedOn="{StaticResource BaseWindowStyle}" TargetType="{x:Type Window}">
24+
<Setter Property="Width" Value="750" /> <!-- This is used to set the blur width only -->
2425
<Setter Property="Background">
2526
<Setter.Value>
2627
<SolidColorBrush Color="Black" Opacity="0.3"/>

Flow.Launcher/Themes/BlurWhite.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</Style>
2222

2323
<Style x:Key="WindowStyle" BasedOn="{StaticResource BaseWindowStyle}" TargetType="{x:Type Window}">
24+
<Setter Property="Width" Value="750" /> <!-- This is used to set the blur width only -->
2425
<Setter Property="Background">
2526
<Setter.Value>
2627
<SolidColorBrush Color="White" Opacity="0.1"/>

0 commit comments

Comments
 (0)