Skip to content

BUG: Theme blur exceeds window with rounded corners. #2387

@abidanBrito

Description

@abidanBrito

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

  1. Enable blur for your theme.
<system:Boolean x:Key="ThemeBlurEnabled">True</system:Boolean>
  1. 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

Window screenshot

Flow Launcher Version

1.16.2

Windows Build Number

10.0.22621.2283

Error Log

No relevant information within logs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingkeep-freshkind/uirelated to UI, icons, themes, etc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions