Skip to content

Commit 06b105b

Browse files
committed
Adjust Query Font Size
1 parent 6ab2df6 commit 06b105b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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();

0 commit comments

Comments
 (0)