We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fea313 commit 8a860ecCopy full SHA for 8a860ec
Flow.Launcher/Themes/BlurBlack.xaml
@@ -21,6 +21,7 @@
21
</Style>
22
23
<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 -->
25
<Setter Property="Background">
26
<Setter.Value>
27
<SolidColorBrush Color="Black" Opacity="0.3"/>
Flow.Launcher/Themes/BlurWhite.xaml
<SolidColorBrush Color="White" Opacity="0.1"/>
0 commit comments