From 3fd637aefd0eb4afa3fb4e7e9adf3fd8818b54f0 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 24 Nov 2022 18:01:59 +0900 Subject: [PATCH] Add TextTrimming / Adjust Align with non hotkey show state --- Flow.Launcher/ResultListBox.xaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/ResultListBox.xaml b/Flow.Launcher/ResultListBox.xaml index 533116a8d..d44830f52 100644 --- a/Flow.Launcher/ResultListBox.xaml +++ b/Flow.Launcher/ResultListBox.xaml @@ -55,7 +55,7 @@ - + @@ -179,6 +180,7 @@ IsEnabled="False" Style="{DynamicResource ItemSubTitleStyle}" Text="{Binding Result.SubTitle}" + TextTrimming="CharacterEllipsis" ToolTip="{Binding ShowSubTitleToolTip}" ToolTipService.ShowOnDisabled="True" />