-
-
Notifications
You must be signed in to change notification settings - Fork 455
Closed
Labels
bugSomething isn't workingSomething isn't workingkeep-freshkind/uirelated to UI, icons, themes, etcrelated to UI, icons, themes, etc
Description
Checks
-
I have checked that this issue has not already been reported.
-
I am using the latest version of Flow Launcher.
Problem Description
When enabling blur on a theme with rounded corners, the blurred backdrop doesn't seem to round the corners, exceeding the boundaries of the window.
To Reproduce
- Enable blur for your theme.
<system:Boolean x:Key="ThemeBlurEnabled">True</system:Boolean>
- Add rounded corners. Here's the relevant snippet from my theme:
<Style
x:Key="WindowBorderStyle"
BasedOn="{StaticResource BaseWindowBorderStyle}"
TargetType="{x:Type Border}">
<Setter Property="CornerRadius" Value="10" />
<Setter Property="BorderThickness" Value="0" />
<Setter Property="BorderBrush" Value="Transparent" />
<Setter Property="Background">
<Setter.Value>
<SolidColorBrush Opacity="0.6" Color="Black" />
</Setter.Value>
</Setter>
</Style>
Screenshots
Flow Launcher Version
1.16.2
Windows Build Number
10.0.22621.2283
Error Log
No relevant information within logs.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingkeep-freshkind/uirelated to UI, icons, themes, etcrelated to UI, icons, themes, etc
