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"