Skip to content

Commit 66ed516

Browse files
committed
Fix Blurry Context menu in querybox
1 parent 792b383 commit 66ed516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2724,7 +2724,8 @@
27242724
Background="{DynamicResource CustomContextBackground}"
27252725
BorderBrush="{DynamicResource CustomContextBorder}"
27262726
BorderThickness="1"
2727-
CornerRadius="8">
2727+
CornerRadius="8"
2728+
UseLayoutRounding="True">
27282729
<Border.Effect>
27292730
<DropShadowEffect
27302731
BlurRadius="12"

0 commit comments

Comments
 (0)