Skip to content

Commit 5ebe2d8

Browse files
committed
Adjust Query Font Size
1 parent 6ab2df6 commit 5ebe2d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public string Theme
125125
/* Appearance Settings. It should be separated from the setting later.*/
126126
public double WindowHeightSize { get; set; } = 42;
127127
public double ItemHeightSize { get; set; } = 58;
128-
public double QueryBoxFontSize { get; set; } = 18;
128+
public double QueryBoxFontSize { get; set; } = 16;
129129
public double ResultItemFontSize { get; set; } = 16;
130130
public double ResultSubItemFontSize { get; set; } = 13;
131131
public string QueryBoxFont { get; set; } = GetSystemDefaultFont();

Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs

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

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

0 commit comments

Comments
 (0)