mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #1431 from onesounds/FixAppContextMenu
Fix Blurry Context menu in query box
This commit is contained in:
commit
6b1070fa36
1 changed files with 2 additions and 1 deletions
|
|
@ -2723,7 +2723,8 @@
|
|||
Background="{DynamicResource CustomContextBackground}"
|
||||
BorderBrush="{DynamicResource CustomContextBorder}"
|
||||
BorderThickness="1"
|
||||
CornerRadius="8">
|
||||
CornerRadius="8"
|
||||
UseLayoutRounding="True">
|
||||
<Border.Effect>
|
||||
<DropShadowEffect
|
||||
BlurRadius="12"
|
||||
|
|
|
|||
Loading…
Reference in a new issue