From bd1499b2d3e8e36f27903c4572d681abe5fe064b Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Tue, 30 Aug 2022 04:27:37 -0400 Subject: [PATCH] Add clip mask --- Flow.Launcher/ResultListBox.xaml | 6 +++++- Flow.Launcher/ViewModel/ResultViewModel.cs | 13 +++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/ResultListBox.xaml b/Flow.Launcher/ResultListBox.xaml index 3728b868d..e4051c536 100644 --- a/Flow.Launcher/ResultListBox.xaml +++ b/Flow.Launcher/ResultListBox.xaml @@ -88,7 +88,11 @@ HorizontalAlignment="Center" Source="{Binding Image, TargetNullValue={x:Null}}" Stretch="Uniform" - Visibility="{Binding ShowIcon}" /> + Visibility="{Binding ShowIcon}"> + + + +