We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab2df6 commit 06b105bCopy full SHA for 06b105b
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -125,7 +125,7 @@ public string Theme
125
/* Appearance Settings. It should be separated from the setting later.*/
126
public double WindowHeightSize { get; set; } = 42;
127
public double ItemHeightSize { get; set; } = 58;
128
- public double QueryBoxFontSize { get; set; } = 18;
+ public double QueryBoxFontSize { get; set; } = 16;
129
public double ResultItemFontSize { get; set; } = 16;
130
public double ResultSubItemFontSize { get; set; } = 13;
131
public string QueryBoxFont { get; set; } = GetSystemDefaultFont();
0 commit comments