From 6264447057adcabf96773e09bbd0bff0b51fdcab Mon Sep 17 00:00:00 2001 From: DB P Date: Sat, 12 Apr 2025 12:45:40 +0900 Subject: [PATCH] Change theme reset value --- .../SettingPages/ViewModels/SettingsPaneThemeViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs index f78704ef2..aa8ab7c4c 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs @@ -494,7 +494,7 @@ public partial class SettingsPaneThemeViewModel : BaseModel { SelectedQueryBoxFont = new FontFamily(DefaultFont); SelectedQueryBoxFontFaces = new FamilyTypeface { Stretch = FontStretches.Normal, Weight = FontWeights.Normal, Style = FontStyles.Normal }; - QueryBoxFontSize = 20; + QueryBoxFontSize = 18; SelectedResultFont = new FontFamily(DefaultFont); SelectedResultFontFaces = new FamilyTypeface { Stretch = FontStretches.Normal, Weight = FontWeights.Normal, Style = FontStyles.Normal };