Skip to content

Commit 6264447

Browse files
committed
Change theme reset value
1 parent f8d82f3 commit 6264447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ public void Reset()
494494
{
495495
SelectedQueryBoxFont = new FontFamily(DefaultFont);
496496
SelectedQueryBoxFontFaces = new FamilyTypeface { Stretch = FontStretches.Normal, Weight = FontWeights.Normal, Style = FontStyles.Normal };
497-
QueryBoxFontSize = 20;
497+
QueryBoxFontSize = 18;
498498

499499
SelectedResultFont = new FontFamily(DefaultFont);
500500
SelectedResultFontFaces = new FamilyTypeface { Stretch = FontStretches.Normal, Weight = FontWeights.Normal, Style = FontStyles.Normal };

0 commit comments

Comments
 (0)