From 603d0f45ca6994fdc1b32bb3d2898e2ea14f4b87 Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 19 Apr 2024 01:11:29 +0900 Subject: [PATCH] Add FitType for card control --- Flow.Launcher/Languages/en.xaml | 2 +- Flow.Launcher/Resources/Controls/Card.xaml | 8 +++++++- Flow.Launcher/SettingWindow.xaml | 9 +++------ 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index d04f834ea..f988c364d 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -199,7 +199,7 @@ Quick Adjust Window Width Size Quick Adjust Window Height Size Use it when the plugin settings you changed don't take effect. - You can add one more hotkey for this function. It's complimentary + You can add one more hotkey for this function. Custom Query Hotkeys Custom Query Shortcuts Built-in Shortcuts diff --git a/Flow.Launcher/Resources/Controls/Card.xaml b/Flow.Launcher/Resources/Controls/Card.xaml index 4b43bf06c..83449feb0 100644 --- a/Flow.Launcher/Resources/Controls/Card.xaml +++ b/Flow.Launcher/Resources/Controls/Card.xaml @@ -29,6 +29,13 @@ + + + + + + + @@ -48,7 +55,6 @@ HorizontalAlignment="Right" VerticalAlignment="Center" Content="{TemplateBinding Content}" /> -