From 4a15263a1ee974576c8c9ccafff3d837770cb85a Mon Sep 17 00:00:00 2001 From: DB p Date: Sat, 22 Oct 2022 11:25:26 +0900 Subject: [PATCH] Changed the Icon 'IsHitTestVisible' --- Flow.Launcher/ResultListBox.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/ResultListBox.xaml b/Flow.Launcher/ResultListBox.xaml index 3737a7ade..869045526 100644 --- a/Flow.Launcher/ResultListBox.xaml +++ b/Flow.Launcher/ResultListBox.xaml @@ -84,7 +84,7 @@ x:Name="ImageIcon" Width="{Binding IconXY}" Height="{Binding IconXY}" - Margin="0,0,0,0" + Margin="0,0,0,0" IsHitTestVisible="False" HorizontalAlignment="Center" Source="{Binding Image, TargetNullValue={x:Null}}" Stretch="Uniform"