From 030a7f31c2eac05536305dd91cefca9c3b426d9b Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Thu, 26 Jun 2025 11:59:06 +0800 Subject: [PATCH] Adjust margins --- Flow.Launcher/SettingPages/Views/SettingsPaneHotkey.xaml | 2 +- Flow.Launcher/SettingPages/Views/SettingsPaneHotkey.xaml.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneHotkey.xaml b/Flow.Launcher/SettingPages/Views/SettingsPaneHotkey.xaml index fd3d415cc..a08b70169 100644 --- a/Flow.Launcher/SettingPages/Views/SettingsPaneHotkey.xaml +++ b/Flow.Launcher/SettingPages/Views/SettingsPaneHotkey.xaml @@ -273,7 +273,7 @@ diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneHotkey.xaml.cs b/Flow.Launcher/SettingPages/Views/SettingsPaneHotkey.xaml.cs index 3fa322840..a0cc02662 100644 --- a/Flow.Launcher/SettingPages/Views/SettingsPaneHotkey.xaml.cs +++ b/Flow.Launcher/SettingPages/Views/SettingsPaneHotkey.xaml.cs @@ -48,7 +48,8 @@ public partial class SettingsPaneHotkey var metadata = pluginPair.Metadata; var excard = new ExCard() { - Title = metadata.Name + Title = metadata.Name, + Margin = new Thickness(0, 4, 0, 0), // TODO: Support displaying plugin icon here }; var hotkeyStackPanel = new StackPanel