mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Query Font Size
This commit is contained in:
parent
6ab2df62c2
commit
06b105b515
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
/* Appearance Settings. It should be separated from the setting later.*/
|
||||
public double WindowHeightSize { get; set; } = 42;
|
||||
public double ItemHeightSize { get; set; } = 58;
|
||||
public double QueryBoxFontSize { get; set; } = 18;
|
||||
public double QueryBoxFontSize { get; set; } = 16;
|
||||
public double ResultItemFontSize { get; set; } = 16;
|
||||
public double ResultSubItemFontSize { get; set; } = 13;
|
||||
public string QueryBoxFont { get; set; } = GetSystemDefaultFont();
|
||||
|
|
|
|||
Loading…
Reference in a new issue