From b22a28bbf024dce0b1e72c8272be5954772d6ce8 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Mon, 23 Mar 2026 19:34:42 +0800 Subject: [PATCH] Remove explicit font styles from title text elements Removed FontFamily, FontSize, and FontWeight properties from TitleTextBlock/TextBlock in MessageBoxEx.xaml, ProgressBoxEx.xaml, and SearchSourceSetting.xaml to use default font styling for titles. --- Flow.Launcher/MessageBoxEx.xaml | 1 - Flow.Launcher/ProgressBoxEx.xaml | 1 - Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml | 1 - 3 files changed, 3 deletions(-) diff --git a/Flow.Launcher/MessageBoxEx.xaml b/Flow.Launcher/MessageBoxEx.xaml index a0e5ffaf83a..e58c2f1c71b 100644 --- a/Flow.Launcher/MessageBoxEx.xaml +++ b/Flow.Launcher/MessageBoxEx.xaml @@ -88,7 +88,6 @@ MaxWidth="400" Margin="0 0 26 0" VerticalAlignment="Center" - FontFamily="Segoe UI" FontSize="20" FontWeight="SemiBold" TextAlignment="Left" diff --git a/Flow.Launcher/ProgressBoxEx.xaml b/Flow.Launcher/ProgressBoxEx.xaml index c17f8b61d4e..e7d7a7b2a77 100644 --- a/Flow.Launcher/ProgressBoxEx.xaml +++ b/Flow.Launcher/ProgressBoxEx.xaml @@ -95,7 +95,6 @@ MaxWidth="400" Margin="0 0 26 12" VerticalAlignment="Center" - FontFamily="Segoe UI" FontSize="20" FontWeight="SemiBold" TextAlignment="Left" diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml index c6f9b27f36f..a25dc970568 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml @@ -246,7 +246,6 @@