Skip to content

Commit 8f74316

Browse files
authored
merge PR #102: fix the width of the blur effect
2 parents 7bee288 + 1b3c750 commit 8f74316

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)